Function FindWindowW
pub unsafe fn FindWindowW<P0, P1>(
lpclassname: P0,
lpwindowname: P1,
) -> Result<HWND>where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,
pub unsafe fn FindWindowW<P0, P1>(
lpclassname: P0,
lpwindowname: P1,
) -> Result<HWND>where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,