Searched defs:UNICODE_INTPTR_STRING (Results 1 – 3 of 3) sorted by relevance
55 internal struct UNICODE_INTPTR_STRING struct in Interop57 internal ushort Length;58 internal ushort MaxLength;59 internal IntPtr Buffer;
132 internal struct UNICODE_INTPTR_STRING struct134 internal UNICODE_INTPTR_STRING(int length, int maximumLength, IntPtr buffer) in UNICODE_INTPTR_STRING() argument140 internal ushort Length;141 internal ushort MaxLength;142 internal IntPtr Buffer;
529 internal struct UNICODE_INTPTR_STRING { struct in Microsoft.Win32.Win32Native536 internal UNICODE_INTPTR_STRING (int stringBytes, SafeLocalAllocHandle buffer) { in UNICODE_INTPTR_STRING() method553 internal UNICODE_INTPTR_STRING(int stringBytes, IntPtr buffer) { in UNICODE_INTPTR_STRING() argument562 internal ushort Length;563 internal ushort MaxLength;564 internal IntPtr Buffer;