Unit 'nvapi' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#nvapi]

NV_DISPLAY_PATH_INFO

Declaration

Source position: nvapi.pas line 1989

type NV_DISPLAY_PATH_INFO = record

  version: NvU32;

  count: NvU32;

  path: array [0..NVAPI_MAX_DISPLAY_PATH-1] of record

  deviceMask: NvU32;

  sourceId: NvU32;

  bPrimary: LongBool;

  connector: NV_GPU_CONNECTOR_TYPE;

  width: NvU32;

  height: NvU32;

  depth: NvU32;

  colorFormat: NV_FORMAT;

  rotation: NV_ROTATE;

  scaling: NV_SCALING;

  refreshRate: NvU32;

  interlaced: LongBool;

  tvFormat: NV_DISPLAY_TV_FORMAT;

  posx: NvU32;

  posy: NvU32;

  bGDIPrimary: LongBool;

end;

end;


Documentation generated on: 2023-03-18