Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


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

Search Results for "USER_INFO_0" in [All]

Structures

.

        public struct USER_INFO_0

.

Structure USER_INFO_0

.
Documentation
[USER_INFO_0] on MSDN

netapi32

.

        Dim Users(EntriesRead) As USER_INFO_0

.

        Users(i) = CType(Marshal.PtrToStructure(iter, GetType(USER_INFO_0)), USER_INFO_0)

.

        iter = New IntPtr(iter.ToInt32 + Marshal.SizeOf(GetType(USER_INFO_0)))

.

            USER_INFO_0 anUser = (USER_INFO_0)Marshal.PtrToStructure(iter, typeof(USER_INFO_0));

.

            iter = iter + Marshal.SizeOf(typeof(USER_INFO_0));

.

    public struct WKSTA_USER_INFO_0

.

    public struct USER_INFO_0

.

    Public Structure USER_INFO_0

.
Documentation
[USER_INFO_0] on MSDN
.

What's with all this unmanaged nonsense? USER_INFO_0, USER_INFO_23, and many other structures on this site, manage not to resort to such ugliness.


 
Access PInvoke.net directly from VS: