win32.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.
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.
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