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 the destination context for the RPC channel.
Syntax
HRESULT GetDestCtx(
[out] DWORD *pdwDestContext,
[out] void **ppvDestContext
);
Parameters
[out] pdwDestContext
The destination context in which the interface is unmarshaled. Possible values come from the MSHCTX enumeration.
[out] ppvDestContext
This parameter is reserved and must be NULL.
Return value
This method can return the standard return values E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, E_FAIL, and S_OK.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps | UWP apps] |
| Minimum supported server | Windows 2000 Server [desktop apps | UWP apps] |
| Target Platform | Windows |
| Header | objidl.h (include ObjIdl.h) |