CecileR
August 24th, 2001, 02:55 AM
this is a C function and it can be converted to an API ..RasAdminUserInfo using rasapi.dll.
I dont know how to declare a variables like that one and use it in a code.
can someone help me how will i make that kind of variables in the function and fit it in the function.
DWORD RasAdminUserSetInfo(
const WCHAR *lpszUserAccountServer,
const WCHAR *lpszUser,
const PRAS_USER_0 pRasUser0 );
thank you.
ces
The more u read, the more u do not know
I dont know how to declare a variables like that one and use it in a code.
can someone help me how will i make that kind of variables in the function and fit it in the function.
DWORD RasAdminUserSetInfo(
const WCHAR *lpszUserAccountServer,
const WCHAR *lpszUser,
const PRAS_USER_0 pRasUser0 );
thank you.
ces
The more u read, the more u do not know