windows.winver

\ winver.d * * Windows API header module * * Translated from MinGW Windows headers * by Stewart Gordon * * Placed into public domain * \**********************************************************************

Members

Aliases

GetFileVersionInfo
alias GetFileVersionInfo = GetFileVersionInfoW
Undocumented in source.
GetFileVersionInfo
alias GetFileVersionInfo = GetFileVersionInfoA
Undocumented in source.
GetFileVersionInfoSize
alias GetFileVersionInfoSize = GetFileVersionInfoSizeW
Undocumented in source.
GetFileVersionInfoSize
alias GetFileVersionInfoSize = GetFileVersionInfoSizeA
Undocumented in source.
VERSIONHELPERAPI
alias VERSIONHELPERAPI = BOOL
Undocumented in source.
VerFindFile
alias VerFindFile = VerFindFileW
Undocumented in source.
VerFindFile
alias VerFindFile = VerFindFileA
Undocumented in source.
VerInstallFile
alias VerInstallFile = VerInstallFileW
Undocumented in source.
VerInstallFile
alias VerInstallFile = VerInstallFileA
Undocumented in source.
VerLanguageName
alias VerLanguageName = VerLanguageNameW
Undocumented in source.
VerLanguageName
alias VerLanguageName = VerLanguageNameA
Undocumented in source.
VerQueryValue
alias VerQueryValue = VerQueryValueW
Undocumented in source.
VerQueryValue
alias VerQueryValue = VerQueryValueW
Undocumented in source.
VerQueryValue
alias VerQueryValue = VerQueryValueA
Undocumented in source.
VerQueryValue
alias VerQueryValue = VerQueryValueA
Undocumented in source.

Enums

VFFF_ISSHAREDFILE
anonymousenum VFFF_ISSHAREDFILE
Undocumented in source.
VFF_CURNEDEST
anonymousenum VFF_CURNEDEST
Undocumented in source.
VFT2_UNKNOWN
anonymousenum VFT2_UNKNOWN
Undocumented in source.
VFT_UNKNOWN
anonymousenum VFT_UNKNOWN
Undocumented in source.
VIFF_FORCEINSTALL
anonymousenum VIFF_FORCEINSTALL
Undocumented in source.
VIF_TEMPFILE
anonymousenum VIF_TEMPFILE
Undocumented in source.
VOS_UNKNOWN
anonymousenum VOS_UNKNOWN
Undocumented in source.
VS_FFI_SIGNATURE
anonymousenum VS_FFI_SIGNATURE
Undocumented in source.
VS_FF_DEBUG
anonymousenum VS_FF_DEBUG
Undocumented in source.
VS_FILE_INFO
anonymousenum VS_FILE_INFO
Undocumented in source.

Functions

GetFileVersionInfoA
BOOL GetFileVersionInfoA(LPCSTR , DWORD , DWORD , PVOID )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetFileVersionInfoSizeA
DWORD GetFileVersionInfoSizeA(LPCSTR , PDWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetFileVersionInfoSizeW
DWORD GetFileVersionInfoSizeW(LPCWSTR , PDWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetFileVersionInfoW
BOOL GetFileVersionInfoW(LPCWSTR , DWORD , DWORD , PVOID )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
IsWindows10OrGreater
VERSIONHELPERAPI IsWindows10OrGreater()
Undocumented in source. Be warned that the author may not have intended to support it.
IsWindows7OrGreater
VERSIONHELPERAPI IsWindows7OrGreater()
Undocumented in source. Be warned that the author may not have intended to support it.
IsWindows7SP1OrGreater
VERSIONHELPERAPI IsWindows7SP1OrGreater()
Undocumented in source. Be warned that the author may not have intended to support it.
IsWindows8OrGreater
VERSIONHELPERAPI IsWindows8OrGreater()
Undocumented in source. Be warned that the author may not have intended to support it.
IsWindows8Point1OrGreater
VERSIONHELPERAPI IsWindows8Point1OrGreater()
Undocumented in source. Be warned that the author may not have intended to support it.
IsWindowsServer
VERSIONHELPERAPI IsWindowsServer()
Undocumented in source. Be warned that the author may not have intended to support it.
IsWindowsVersionOrGreater
VERSIONHELPERAPI IsWindowsVersionOrGreater(WORD wMajorVersion, WORD wMinorVersion, WORD wServicePackMajor)
Undocumented in source. Be warned that the author may not have intended to support it.
IsWindowsVistaOrGreater
VERSIONHELPERAPI IsWindowsVistaOrGreater()
Undocumented in source. Be warned that the author may not have intended to support it.
IsWindowsVistaSP1OrGreater
VERSIONHELPERAPI IsWindowsVistaSP1OrGreater()
Undocumented in source. Be warned that the author may not have intended to support it.
IsWindowsVistaSP2OrGreater
VERSIONHELPERAPI IsWindowsVistaSP2OrGreater()
Undocumented in source. Be warned that the author may not have intended to support it.
IsWindowsXPOrGreater
VERSIONHELPERAPI IsWindowsXPOrGreater()
Undocumented in source. Be warned that the author may not have intended to support it.
IsWindowsXPSP1OrGreater
VERSIONHELPERAPI IsWindowsXPSP1OrGreater()
Undocumented in source. Be warned that the author may not have intended to support it.
IsWindowsXPSP2OrGreater
VERSIONHELPERAPI IsWindowsXPSP2OrGreater()
Undocumented in source. Be warned that the author may not have intended to support it.
IsWindowsXPSP3OrGreater
VERSIONHELPERAPI IsWindowsXPSP3OrGreater()
Undocumented in source. Be warned that the author may not have intended to support it.
VerFindFileA
DWORD VerFindFileA(DWORD , LPCSTR , LPCSTR , LPCSTR , LPSTR , PUINT , LPSTR , PUINT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VerFindFileW
DWORD VerFindFileW(DWORD , LPCWSTR , LPCWSTR , LPCWSTR , LPWSTR , PUINT , LPWSTR , PUINT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VerInstallFileA
DWORD VerInstallFileA(DWORD , LPCSTR , LPCSTR , LPCSTR , LPCSTR , LPCSTR , LPSTR , PUINT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VerInstallFileW
DWORD VerInstallFileW(DWORD , LPCWSTR , LPCWSTR , LPCWSTR , LPCWSTR , LPCWSTR , LPWSTR , PUINT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VerLanguageNameA
DWORD VerLanguageNameA(DWORD , LPSTR , DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VerLanguageNameW
DWORD VerLanguageNameW(DWORD , LPWSTR , DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VerQueryValueA
BOOL VerQueryValueA(LPCVOID , LPCSTR , LPVOID* , PUINT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VerQueryValueW
BOOL VerQueryValueW(LPCVOID , LPCWSTR , LPVOID* , PUINT )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Structs

VS_FIXEDFILEINFO
struct VS_FIXEDFILEINFO
Undocumented in source.

Meta