2 writes to pszHeader
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
655
return GetTextWithinStructure(hwnd, NativeMethods.LVM_GETGROUPINFO, new IntPtr(item64.iGroupID), new IntPtr(&item64), Marshal.SizeOf(item64.GetType()), new IntPtr(&item64.
pszHeader
), item64.cchHeader);
2121
pszHeader
= (long)item.pszHeader;
2 references to pszHeader
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1450
if (group.
pszHeader
!= 0)
1463
if (Misc.ReadProcessMemory(hProcess, new IntPtr(group.
pszHeader
), copyTo, new IntPtr(NativeMethods.MAX_PATH), out count))