OleDuplicateData
[DllImport("ole32.dll", SetLastError = true)]
public static extern int OleDuplicateData(
HANDLE hSrc,
uint cfFormat,
uint uiFlags
);Last updated
[DllImport("ole32.dll", SetLastError = true)]
public static extern int OleDuplicateData(
HANDLE hSrc,
uint cfFormat,
uint uiFlags
);Last updated