1 instantiation of STGMEDIUM
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
660
UnsafeNativeMethods.STGMEDIUM med = new UnsafeNativeMethods.
STGMEDIUM
();
3 references to STGMEDIUM
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\OleObject.cs (1)
87
[PreserveSig]int GetData(ref UnsafeNativeMethods.FORMATETC pFormatetc, [In, Out]ref UnsafeNativeMethods.
STGMEDIUM
pMedium);
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
660
UnsafeNativeMethods.
STGMEDIUM
med = new UnsafeNativeMethods.STGMEDIUM();
MS\Win32\UnsafeNativeMethods.cs (1)
105
internal static extern void ReleaseStgMedium(ref
STGMEDIUM
medium);