共用方式為


DDGPE::SetDriverGUID (Compact 2013)

3/26/2014

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

Syntax

virtual void SetDriverGUID (
  GUID guidDriverGUID 
);

Parameters

  • guidDriverGUID
    Driver's unique GUID.

Return Value

None.

Requirements

Header

ddgpe.h

Library

Ddgpe.lib

See Also

Reference

DDGPE Class
DDGPE Class Definition