Desktop Functions: Smart Device Functions:
|
Search Results for "GetLengthSid" in [All]advapi32
[DllImport("advapi32.dll", EntryPoint = "GetLengthSid", CharSet = CharSet.Auto)]
static extern int GetLengthSid(IntPtr pSID);
int size = (int)GetLengthSid(SID_ptr); 2: CopySid
uint length = UnsafeNativeMethods.GetLengthSid(pSid); 3: GetAce
static extern int GetLengthSid(
int size = (int)GetLengthSid(iter); 4: GetLengthSid
|