Пример #1
0
 internal static extern int WlanGetSecuritySettings(
     [In] IntPtr hClientHandle,
     [In] WlanSecurableObject SecurableObject,
     [Out, Optional] out WlanOpcodeValueType pValueType,
     [Out] out IntPtr strCurrentSDDL,
     [Out] out WlanAccess pdwGrantedAccess
     );
Пример #2
0
 internal static extern int WlanSetSecuritySettings(
     [In] IntPtr hClientHandle,
     [In] WlanSecurableObject SecurableObject,
     [In, MarshalAs(UnmanagedType.LPWStr)] string strModifiedSDDL
     );