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 "NET_DISPLAY_USER" in [All]

Structures

.
Summary
The NET_DISPLAY_USER structure contains information that an account manager can access to determine information about user accounts.
.

struct NET_DISPLAY_USER {

.

Structure NET_DISPLAY_USER

.
Documentation
[NET_DISPLAY_USER] on MSDN

netapi32

.

        NET_DISPLAY_USER usr = new NET_DISPLAY_USER();

.

        int StructSize = Marshal.SizeOf(typeof(NET_DISPLAY_USER));

.

                usr = (NET_DISPLAY_USER)Marshal.PtrToStructure(item, typeof(NET_DISPLAY_USER));

.

    public struct NET_DISPLAY_USER

.

    NET_DISPLAY_USER usr = new NET_DISPLAY_USER();

.

                usr = (NET_DISPLAY_USER)Marshal.PtrToStructure(x, typeof(NET_DISPLAY_USER));


 
Access PInvoke.net directly from VS: