Public Member Functions | |
| HRESULT | GetGroups ([in] ReNtPrivilegesOperation eOperation,[out, retval] BSTR *pbstrGroups) |
| HRESULT | SetGroups ([in] ReNtPrivilegesOperation eOperation,[in] BSTR bstrGroups) |
| HRESULT IRdNtPrivileges::GetGroups | ( | [in] ReNtPrivilegesOperation | eOperation, | |
| [out, retval] BSTR * | pbstrGroups | |||
| ) |
Read also group privileges.
| eOperation | [in] Desired group you want to read. See RdNtPrivileges::ReNtPrivilegesOperation for possible values. |
var privData = System.CreateDO('Network Package/Privileges Data');
var privGrps = privData.GetGroups(0);
| HRESULT IRdNtPrivileges::SetGroups | ( | [in] ReNtPrivilegesOperation | eOperation, | |
| [in] BSTR | bstrGroups | |||
| ) |
Write group privileges.
| eOperation | [in] Desired group you want to update. See RdNtPrivileges::ReNtPrivilegesOperation for possible values. |
privData.SetGroups(0) = privGrps;
1.5.5