1 write to pszHeader
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (1)
1982
pszHeader
= 0;
4 references to pszHeader
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (4)
651
return GetTextWithinStructure(hwnd, NativeMethods.LVM_GETGROUPINFO, new IntPtr(item32.iGroupID), new IntPtr(&item32), Marshal.SizeOf(item32.GetType()), new IntPtr(&item32.
pszHeader
), item32.cchHeader);
1410
if (group.
pszHeader
!= 0)
1423
if (Misc.ReadProcessMemory(hProcess, new IntPtr(group.
pszHeader
), copyTo, new IntPtr(NativeMethods.MAX_PATH), out count))
1999
nativeItem.pszHeader = new IntPtr(item.
pszHeader
);