SHAppBarMessage
[DllImport("shell32.dll")]
public static extern uint SHAppBarMessage(
uint dwMessage,
ref APPBARDATA pData
);
Microsoft documentation: Link
Last updated
[DllImport("shell32.dll")]
public static extern uint SHAppBarMessage(
uint dwMessage,
ref APPBARDATA pData
);
Microsoft documentation: Link
Last updated