ISdoMachine::GetUserSDO method (sdoias.h)
The GetUserSDO method retrieves an interface to the Server Data Object (SDO) for the specified user.
Syntax
HRESULT GetUserSDO(
[in] IASDATASTORE eDataStore,
[in] BSTR bstrUserName,
[out] IUnknown **ppUserSDO
);
Parameters
[in] eDataStore
Specifies a value from the IASDATASTORE enumeration type.
[in] bstrUserName
Specifies a BSTR that contains the name of the user. The name can be in Lightweight Directory Access Protocol (LDAP) format, or in Security Accounts Manager (SAM) format.
[out] ppUserSDO
Pointer to a pointer that points to an IUnknown interface pointer. Use the QueryInterface method of this IUnknown interface to obtain an IDispatch interface to an ISdo object for the specified user.
Return value
If the method succeeds the return value is S_OK.
If the method fails, the return value is one of the following error codes.
Remarks
Before calling this method, use the ISdoMachine::Attach method to attach to the SDO computer.
If the SDO computer has a directory, then the ISdoMachine::GetUserSDO automatically uses the DATA_STORE_DIRECTORY value of IASDATASTORE instead of DATA_STORE_LOCAL.
None of the parameters can be NULL.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | sdoias.h |
DLL | Iassdo.dll |