Compartilhar via


ISCPSession::EndSession

banner art

The EndSession method indicates the ending of a transfer session.

Syntax

HRESULT EndSession(IMDSPDevice*pIDevice,BYTE*pCtx,DWORDdwSizeCtx);

Parameters

pIDevice

[in]  Pointer to an IMDSPDevice object.

pCtx

[in]  Pointer to the context.

dwSizeCtx

[in]  DWORD containing the size of context.

Return Values

If the method succeeds, it returns S_OK. If the method fails, it returns an HRESULT error code.

Requirements

Header: Defined in WMSCP.idl.

Library: mssachlp.lib

See Also