Tao.Platform.Windows SDK Documentation

Kernel.GetWindowsDirectory Method 

[Visual Basic]
Public Shared Function GetWindowsDirectory( _
   ByVal buffer As StringBuilder, _
   ByVal size As Integer _
) As Integer
[C#]
public static int GetWindowsDirectory(
   StringBuilder buffer,
   int size
);

See Also

Kernel Class | Tao.Platform.Windows Namespace