Was ist das für eine Dateiendung?



  • Es geht um diese Endung: Idh
    http://www.endungen.de/index.php

    Ich habe eine Datei in einem MFC Projekt da ist sie eingebunden und ich möchte wissen wie ich sie generieren kann.

    Dies ist der Inhalt der Datei "PStandardComponent.idH":

    // PStandardComponent.idl : IDL-Quellcode 
    //
    
    // Standard-Methoden
    	[id(1001), helpstring("method open / inherited of PStandardComponent")] HRESULT Open([in] BSTR ComponentName);
    	[id(1002), helpstring("method close / inherited of PStandardComponent")] HRESULT Close();
    	[id(1003), helpstring("method reset / inherited of PStandardComponent")] HRESULT Reset();
    
    // Standard-Properties
    	[propget, id(1004), helpstring("property version / inherited of PStandardComponent")] HRESULT Version([out, retval] BSTR *pVal);
    	[propget, id(1005), helpstring("property description / inherited of PStandardComponent")] HRESULT Description([out, retval] BSTR *pVal);
    

Anmelden zum Antworten