Sponsors
GetWindowsDirectory
Function name: GetWindowsDirectory
Defined in : Kernel32
Requirements : Windows NT 3.1 or later; Windows 95 or later
Declaration:
Declare Function GetWindowsDirectory Lib "kernel32" Alias "GetWindowsDirectoryA" (ByVal lpBuffer As String, ByVal nSize As Long) As Long
Parameters:
Returns:
Related functions:
Examples: