OleMetafilePictFromIconAndLabel
Last updated
Last updated
[DllImport("ole32.dll", SetLastError = true)]
public static extern int OleMetafilePictFromIconAndLabel(
IntPtr hIcon,
[MarshalAs(UnmanagedType.LPWStr)] string lpszLabel,
Microsoft documentation: Link