2 writes to pszHeader
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
643
return GetTextWithinStructure(hwnd, NativeMethods.LVM_GETGROUPINFO, new IntPtr(item32.iGroupID), new IntPtr(&item32), Marshal.SizeOf(item32.GetType()), new IntPtr(&item32.
pszHeader
), item32.cchHeader);
1974
pszHeader
= 0;
3 references to pszHeader
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (3)
1402
if (group.
pszHeader
!= 0)
1415
if (Misc.ReadProcessMemory(hProcess, new IntPtr(group.
pszHeader
), copyTo, new IntPtr(NativeMethods.MAX_PATH), out count))
1991
nativeItem.pszHeader = new IntPtr(item.
pszHeader
);