3.2.4.1.9 GetMyRoles (Opnum 11)
The GetMyRoles method retrieves the Online Responder Roles [CIMC-PP] assigned to the user that calls the method.
-
HRESULT GetMyRoles( [out] LONG* pdwRoles );
pdwRoles: Reference to an unsigned integer value that represents the retrieved Online Responder Role for the caller. This can be a bitwise OR of the following values.
-
Value
Meaning
CA_ACCESS_READ
0x00000100
The caller can read the configuration information at the responder.
CA_ACCESS_ENROLL
0x00000200
The caller can request the response status for a particular certificate from the responder.
CA_ACCESS_ADMIN
0x00000001
The caller can update the configuration information at the responder.
0x00000000
The caller has no roles.