DWORD WINAPI RnaGetUserProfile(HANDLE hConn, LPUSER_PROFILE lpUserProfile)
This function is called by an responder-type SMM to request from RNA the user profile.
hConn
The RNA connection handle.
lpUserProfile
An address to a USER_PROFILE structure to receive the profile of the user. On entry, the dwSize and szUserName fields must be filled with the size of the USER_PROFILE structure and the requested username, respectively.
ERROR_INVALID_HANDLE | The RNA connection handle is invalid. |
ERROR_BUFFER_INVALID | The RNA connection handle is invalid. |
ERROR_INVALID_AUTH_STATE | The RNA connection handle is not in the session configuration state. |