Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.