Skip to main content

MNLS_CompareStringW

Function MNLS_CompareStringW 

Source
pub unsafe fn MNLS_CompareStringW<P2, P4>(
    locale: u32,
    dwcmpflags: u32,
    lpstring1: P2,
    cchcount1: i32,
    lpstring2: P4,
    cchcount2: i32,
) -> i32
where P2: Param<PCWSTR>, P4: Param<PCWSTR>,