IVMSecurity::OwnerSid property
The OwnerSid property contains the SID string of the owner.
This property is read/write.
Syntax
HRESULT put_OwnerSid(
[in] BSTR inOwnerSid
);
HRESULT get_OwnerSid(
[out] BSTR *outOwnerSid
);
VB |
---|
|
Property value
The SID string of the owner.
This property value is read/write.
Error codes
Name | Meaning |
---|---|
|
The operation was successful. |
|
The outOwnerSid parameter was NULL. |
|
The inOwnerSid parameter was invalid or empty. |
|
An unknown error has occurred. Other HRESULT error values may be returned as well. |
Requirements
Product |
Microsoft Virtual Server 2005 onWindows Server 2003 |
Download |
Microsoft Virtual Server 2005 R2 SP1 Update onWindows Server 2008orWindows Server 2003 |
Header |
|