RasAdminUserGetInfo function
[This function is provided only for backward compatibility with Windows NT Server 4.0. It returns ERROR_CALL_NOT_IMPLEMENTED on Windows Server 2003. Applications should use the MprAdminUserGetInfo function.]
The RasAdminUserGetInfo function gets the RAS permissions and callback phone number information for a specified user.
Syntax
DWORD RasAdminUserGetInfo(
_In_ const WCHAR *lpszUserAccountServer,
_In_ const WCHAR *lpszUser,
PRAS_USER_0 pRasUser0
);
Parameters
-
lpszUserAccountServer [in]
-
Pointer to a null-terminated Unicode string that specifies the name of the primary or backup domain controller that has the user account database. Use the RasAdminGetUserAccountServer function to get this server name.
-
lpszUser [in]
-
Pointer to a null-terminated Unicode string that specifies the name of the user for whom to get RAS information.
-
pRasUser0
-
Pointer to the RAS_USER_0 structure that receives the RAS data for the specified user.
Return value
If the function succeeds, the return value is ERROR_SUCCESS.
If the function fails, the return value can be the following error code.
Value | Meaning |
---|---|
|
Insufficient memory to perform this function. |
There is no extended error information for this function; do not call GetLastError.
Requirements
Requirement | Value |
---|---|
End of client support |
Windows 2000 Professional |
End of server support |
Windows 2000 Server |
Header |
|
Library |
|
DLL |
|