Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Retrieves a CONTEXT_INFO structure that describes the context.
HRESULT GetInfo(
CONTEXT_INFO_FIELDS dwFields,
CONTEXT_INFO* pInfo
);
int GetInfo(
enum_CONTEXT_INFO_FIELDS dwFields,
CONTEXT_INFO[] pinfo
);
Parameters
dwFields
[in] A combination of flags from the CONTEXT_INFO_FIELDS enumeration that indicate which fields of the CONTEXT_INFO structure are to be fill in.pInfo
[in, out] The CONTEXT_INFO structure that is filled in.
Return Value
If successful, returns S_OK; otherwise, returns an error code.