Unit 'PXL.Windows.DDraw' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_asphyrepxl]

DDDEVICEIDENTIFIER

Declaration

Source position: PXL.Windows.DDraw.pas line 2543

type DDDEVICEIDENTIFIER = record

  szDriver: array [0..MAX_DDDEVICEID_STRING-1] of char;

  

  szDescription: array [0..MAX_DDDEVICEID_STRING-1] of char;

  

  case Integer of

    0: (

        dwDriverVersionLowPart: LongWord;

  

        dwDriverVersionHighPart: LongWord;

  

      );

    1: (

        liDriverVersion: UInt64;

  

        dwVendorId: LongWord;

  

        dwDeviceId: LongWord;

  

        dwSubSysId: LongWord;

  

        dwRevision: LongWord;

  

        guidDeviceIdentifier: TGuid;

  

      );

end;



CT Web help

CodeTyphon Studio