1 write to pszHeader
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (1)
2129
pszHeader
= (long)item.pszHeader;
3 references to pszHeader
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (3)
663
return GetTextWithinStructure(hwnd, NativeMethods.LVM_GETGROUPINFO, new IntPtr(item64.iGroupID), new IntPtr(&item64), Marshal.SizeOf(item64.GetType()), new IntPtr(&item64.
pszHeader
), item64.cchHeader);
1458
if (group.
pszHeader
!= 0)
1471
if (Misc.ReadProcessMemory(hProcess, new IntPtr(group.
pszHeader
), copyTo, new IntPtr(NativeMethods.MAX_PATH), out count))