DlGetVersion - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// dispmprt.h

VP_STATUS DlGetVersion(
  PVOID            DeviceHandle,
  PVPOSVERSIONINFO pDlpOsVersionInfo
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-dispmprt-dlgetversion)

DlGetVersion function

Description

Gets version information about the currently running operating system.

Parameters

DeviceHandle

A handle that represents a display adapter.

pDlpOsVersionInfo

Return value

This function returns VP_STATUS.

Remarks

See also