IFsrmFileScreenBase::UserAccount property
Retrieves the string form of the user account that is associated with the file screen.
This property is read-only.
HRESULT get_UserAccount(
[out] BSTR *userAccount
);
The string form of the user account.
The method returns the following return values.
S_OK
Success.E_INVALIDARG
The userAccount parameter cannot be NULL.
This method always returns the string form of the account that corresponds to 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 |