次の方法で共有


IRemoteToolCommand::GetAvailableDataSize (Compact 2013)

3/26/2014

Retrieves the amount of bytes left in the command packet.

This value is accurate for the next parameter you will add to the packet, and accounts for any headers that the Remote Tools Framework requires.

Syntax

HRESULT GetAvailableDataSize([out] DWORD* pdwAvailable)

Parameters

  • pdwAvailable
    The number of bytes left in the command packet to be filled.

Return Value

Always returns TRUE.

See Also

Reference

IRemoteToolCommand