Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
1` DF
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "MprAdminUserGetInfo" in [All]

mpr

.

    static extern UInt32 MprAdminUserGetInfo(

.

Declare Function MprAdminUserGetInfo Lib "mpr.dll" (TODO) As TODO

.

        UInt32 result = MprAdminUserGetInfo(serverName, userId, 1, ref rasUser);

.

            throw new Exception("MprAdminUserGetInfo failed with code " + result.ToString());

.
Documentation
[MprAdminUserGetInfo] on MSDN
.

        UInt32 result = MprAdminUserGetInfo(serverName, userId, 1, ref rasUser);

.

            throw new Exception("MprAdminUserGetInfo failed with code " + result.ToString());


 
Access PInvoke.net directly from VS: