Desktop Functions: Smart Device Functions:
|
Search Results for "LUID_AND_ATTRIBUTES" in [All]advapi32
Private Structure LUID_AND_ATTRIBUTES
Public Privileges() As LUID_AND_ATTRIBUTES
'Set up a LUID_AND_ATTRIBUTES structure containing the Shutdown privilege, marked as enabled.
Dim luaAttr As New LUID_AND_ATTRIBUTES
newState.Privileges = New LUID_AND_ATTRIBUTES() {luaAttr} Structures2: LUID
LUID_AND_ATTRIBUTES[] Privilege; LUID_AND_ATTRIBUTES - http://www.pinvoke.net/default.aspx/Structures/LUID_AND_ATTRIBUTES.html
public LUID_AND_ATTRIBUTES [] Privileges; |