2.2.30.1 __SystemSecurity::GetSD

The GetSD method gets the security descriptor in the NamespaceConnection of the namespace. This method is called using the IWbemServices interface as described in section 3.2.4.2.5.

 void GetSD (
   [out] Uint32 sd
 );

sd: Exchanges a byte array containing a self-relative SECURITY_DESCRIPTOR structure, as defined in [MS-DTYP] (section 2.4.6).

A return value of 0 indicates success. Any nonzero value indicates failure.<8>