次の方法で共有


DDGPESurf::SetDriverGUID (Windows Embedded CE 6.0)

1/6/2010

Drivers should apply their own GUID identifier to objects they create. Use the SetDriverGUID method to apply your driver's unique identifier to the specified object. This GUID should be the same for all objects your driver creates.

Syntax

virtual void SetDriverGUID(
  GUID guidDriverGUID 
);

Parameters

  • guidDriverGUID
    The driver's unique GUID.

Return Value

None.

Requirements

Header ddgpe.h
Library Ddgpe.lib
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Concepts

DDGPESurf Class
DDGPESurf Class Definition