 | CSYSIGetWindowsDir Method (String, Int32) |
Get the Windows directory path
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void IGetWindowsDir(
ref string dir,
int size
)
public static void IGetWindowsDir(
ref string dir,
int size
)
Public Shared Sub IGetWindowsDir (
ByRef dir As String,
size As Integer
)
Public Shared Sub IGetWindowsDir (
ByRef dir As String,
size As Integer
)
public:
static void IGetWindowsDir(
String^% dir,
int size
)
public:
static void IGetWindowsDir(
String^% dir,
int size
)
static member IGetWindowsDir :
dir : string byref *
size : int -> unit
static member IGetWindowsDir :
dir : string byref *
size : int -> unit
Parameters
- dir
- Type: SystemString
Buff for directory path string - size
- Type: SystemInt32
Size of the buff
See Also