Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Retrieves a symbol reader for unmanaged code.
Syntax
int GetSymUnmanagedReader (
uint ulAppDomainID,
Guid guidModule,
out object ppSymUnmanagedReader
);
Parameters
ulAppDomainID
[in] Identifier of the application domain.
guidModule
[in] Unique identifier of the module.
ppSymUnmanagedReader
[out] Returns an object that represents the symbol reader for unmanaged code.
Return Value
If successful, returns S_OK; otherwise, returns an error code.