XXX_Write (Device Manager) (Windows CE 5.0)

Send Feedback

This function writes data to the device.

DWORDXXX_Write(DWORD hOpenContext,LPCVOIDpBuffer,DWORDCount );

Parameters

  • hOpenContext
    [in] Handle to the open context of the device. The call to the XXX_Open (Device Manager) function returns this identifier.
  • pBuffer
    [out] Pointer to the buffer that contains the data to write.
  • Count
    [in] Number of bytes to write from the pBuffer buffer into the device.

Return Values

The number of bytes written indicates success. A value of –1 indicates failure.

Remarks

After an application uses the WriteFile function to write to the device, the operating system, invokes this function.

Device Manager uses the XXX prefix as a placeholder. When implementing the stream interface, replace XXX with a prefix appropriate for your specific implementation or use undecorated entry point names in conjunction with DEVFLAGS_NAKEDENTRIES. For more information about other valid Flags values, see ActivateDeviceEx.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Developer implemented.
Link Library: Developer implemented.

See Also

Device File Names | ActivateDeviceEx | WriteFile | XXX_Open (Device Manager)

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.