ISCPSession::EndSession method (mswmdm.h)

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

See also

ISCPSession Interface