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.

Syntax

HRESULT get_UserSid(
  [out] BSTR *userSid
);

Property value

The user's security identifier (SID) that is associated with the object.

Error codes

The method returns the following return values.

  • S_OK
    Success.

  • E_INVALIDARG
    The userSid parameter cannot be NULL.

Remarks

This method always returns the well-known SID, WinNULLSid.

Requirements

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

See also

IFsrmFileScreenBase