IPC_OAUTH2_CALLBACK_INFO structure
Describes data that pertains to the authentication callback.
Syntax
typedef struct _IPC_OATH2_CALLBACK_INFO {
DWORD cbSize;
IPC_OAUTH2_CALLBACK pfnCallback;
LPVOID pvContext;
} IPC_OATH2_CALLBACK_INFO, *PIPC_OATH2_CALLBACK_INFO;
Members
-
cbSize
-
This is the size of the structure and needs to be initialized to
sizeof(IPC_OAUTH2_CALLBACK_INFO)
. -
pfnCallback
-
An application-defined function for the RMS client to call when requesting an OAuth authentication token.
-
pvContext
-
Pointer to an application-defined structure which is passed to the function pointed to by pfnCallback when the RMS client requests an OAuth authentication token.
Requirements
Minimum supported client |
Windows Vista with SP2 |
Minimum supported server |
Windows Server 2008 |
Header |
|