Partager via


GetParameterDWORD (Windows Embedded CE 6.0)

1/6/2010

This function gets the next DWORD value from the command.

Syntax

RTFSUPP_API BOOL GetParameterDWORD(
  HPACKET hPacket,
  DWORD *pdwData
);

Parameters

  • hPacket
    A handle to a command packet.
  • pdwData
    [in] A pointer to a DWORD value.

    This is filled with the next DWORD value from the command packet.

Return Value

TRUE indicates success. FALSE indicates the next value is not a DWORD.

See Also

Reference

Remote Tools Framework Functions
Remote Tools Framework Reference