3.1.4.1.2.2.4 SessionID (Set) (Opnum 8)
The SessionID (Set) method sets the identifier number of the session.
-
[propput, id(DISPID_SAF_SESS__SESSIONID)] HRESULT SessionID( [in] DWORD pVal );
pVal: Identifier number of the session to assign.
Return Values: A signed 32-bit value indicating return status. This method MUST return zero to indicate success, or an HRESULT error value (as specified in [MS-ERREF] section 2.1.1) to indicate failure.
-
Return value/code
Description
0x00000000
S_OK
The call was successful.
Exceptions Thrown:
No exceptions are thrown beyond those thrown by the underlying RPC protocol [MS-RPCE].