FindWindowW
[DllImport("coredll.dll", SetLastError = true, CharSet = CharSet.Unicode)]
public static extern IntPtr FindWindowW(
string lpClassName,
string lpWindowName
);
Microsoft documentation: Link
Last updated
[DllImport("coredll.dll", SetLastError = true, CharSet = CharSet.Unicode)]
public static extern IntPtr FindWindowW(
string lpClassName,
string lpWindowName
);
Microsoft documentation: Link
Last updated