Click or drag to resize

CSYSIGetWindowsDir Method (CGXNETCore, String, Int32)

Get the Windows directory path

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void IGetWindowsDir(
	CGXNETCore gxNetShared,
	ref string dir,
	int size
)

public static void IGetWindowsDir(
	CGXNETCore gxNetShared,
	ref string dir,
	int size
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
dir
Type: SystemString
Buff for directory path string
size
Type: SystemInt32
Size of the buff
See Also