Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The EndSession method indicates the ending of a transfer session.
Syntax
HRESULT EndSession(
[in] BYTE *pCtx,
[in] DWORD dwSizeCtx
);
Parameters
[in] pCtx
Pointer to the context.
[in] dwSizeCtx
DWORD containing the size of context.
Return value
If the method succeeds, it returns S_OK. If the method fails, it returns an HRESULT error code.
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Windows |
| Header | mswmdm.h |
| Library | Mssachlp.lib |