3 references to MAX_PATH
Microsoft.Private.Windows.Core (3)
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (1)
276
Span<char> fileName = stackalloc char[(int)PInvokeCore.
MAX_PATH
+ 1];
System\Private\Windows\Ole\DragDropHelper.cs (2)
346
if (message.Length >= (int)PInvokeCore.
MAX_PATH
)
351
if (messageReplacementToken.Length >= (int)PInvokeCore.
MAX_PATH
)