IFsrmFileScreenBase::UserSid property
Retrieves the string form of the user's security identifier (SID) that is associated with the file screen.
This property is read-only.
HRESULT get_UserSid(
[out] BSTR *userSid
);
The user's security identifier (SID) that is associated with the object.
The method returns the following return values.
S_OK
Success.E_INVALIDARG
The userSid parameter cannot be NULL.
This method always returns the well-known SID, WinNULLSid.
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2008 |
Header |
FsrmScreen.h (include FsrmScreen.h or FsrmTlb.h) |
IDL |
FsrmScreen.idl |
DLL |
SrmSvc.dll |
IID |
IID_IFsrmFileScreenBase is defined as f3637e80-5b22-4a2b-a637-bbb642b41cfc |