3 references to MAX_PATH
WindowsBase (3)
Shared\MS\Win32\NativeMethodsCLR.cs (2)
3911
public int nMaxFile = NativeMethods.
MAX_PATH
;
3913
public int nMaxFileTitle = NativeMethods.
MAX_PATH
;
Shared\MS\Win32\UnsafeNativeMethodsOther.cs (1)
448
int length = MS.Win32.NativeMethods.
MAX_PATH
;