IDocumentSite2.GetCompiler(Guid, IntPtr) Methode

Definition

Gibt die angeforderte Schnittstelle des Compilers für das Dokument zurück.

public:
 int GetCompiler(Guid % iid, [Runtime::InteropServices::Out] IntPtr % ppvObj);
public int GetCompiler (ref Guid iid, out IntPtr ppvObj);
abstract member GetCompiler : Guid * nativeint -> int
Public Function GetCompiler (ByRef iid As Guid, ByRef ppvObj As IntPtr) As Integer

Parameter

iid
Guid

[in] Angeforderte Schnittstelle (REFIID).

ppvObj
IntPtr

[out] Die gewünschte Schnittstelle.

Gibt zurück

Int32

Wenn die Methode erfolgreich ist, wird S_OK zurückgegeben. Bei einem Fehler wird ein Fehlercode zurückgegeben.

Implementiert

Hinweise

COM-Signatur

Aus objext. idl:

[C++]

HRESULT IDocumentSite2::GetCompiler(  
   [in] REFIID iid,   
   [out] void** ppvObj  
);  

Gilt für