次の方法で共有


GPESurf::Init (Windows CE 5.0)

Send Feedback

This method initializes a newly created GPESurf object.

void GPESurf::Init(  int width,  int height,  void* pBits,  int stride,  EGPEFormat format);

Parameters

  • width
    [in] Width in pixels of the surface to be initialized.
  • height
    [in] Height in pixels of the surface to be initialized.
  • pBits
    [in] Pointer to the memory to be associated with this surface.
  • stride
    [in] Number of bytes between rows in the surface.
  • format
    [in] Pixel format for the surface.

Return Values

None.

Remarks

The is generally not called directly by a display driver.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Gpe.h.
Link Library: Gpe_lib.lib.

See Also

Display Drivers | GPESurf | GPESurf::GPESurf

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.