次の方法で共有


LPDDHALSURFCB_GETFLIPSTATUS (Windows Embedded CE 6.0)

1/6/2010

This callback function indicates whether the surface has finished flipping.

Syntax

DWORD (* LPDDHALSURFCB_GETFLIPSTATUS)(
  LPDDHAL_GETFLIPSTATUSDATA lpgfsd
);

Parameters

  • lpgfsd
    [in, out] Pointer to a DDHAL_GETFLIPSTATUSDATA structure that the driver uses to determine whether a previous flip has finished so that the current flip can proceed.

Return Value

Returns one of the following values:

Requirements

Header ddrawi.h
Library Developer Implemented
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Reference

DDHAL_GETFLIPSTATUSDATA

Concepts

DirectDrawSurface Callback Functions
DDHAL Callback Return Values
DDHAL Callback Return Values