コード例 #1
0
 void NativeMethods.ISecurityInformation.SetSecurity(int RequestInformation, IntPtr sd)
 {
     OnSetSecurity?.Invoke(new SecurityEventArg(sd, RequestInformation));
 }
コード例 #2
0
 void ISecurityInformation.SetSecurity(SECURITY_INFORMATION requestInformation, IntPtr sd)
 {
     OnSetSecurity?.Invoke(this, new SecurityEventArg(sd, requestInformation));
 }