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