Skip to main content

WriteProfileSectionW

Function WriteProfileSectionW 

Source
pub unsafe fn WriteProfileSectionW<P0, P1>(
    lpappname: P0,
    lpstring: P1,
) -> Result<(), Error>
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,