次の方法で共有


OEMReadData (Compact 2013)

10/16/2014

This function reads data from the transport during the download process. It is called by the BLCOMMON framework.

Syntax

BOOL OEMReadData(
  DWORD cbData,
  LPBYTE pbData
);

Parameters

  • cbData
    [in] Amount of data, in bytes, to read.
  • pbData
    [out] Pointer to read buffer.

Return Value

TRUE indicates success. FALSE indicates failure.

Requirements

Header

blcommon.h

Library

blcommon.lib

See Also

Reference

Boot Loader Download Functions