winapi::um::winbase

Function CreateDirectoryTransactedW

Source
pub unsafe extern "system" fn CreateDirectoryTransactedW(
    lpTemplateDirectory: LPCWSTR,
    lpNewDirectory: LPCWSTR,
    lpSecurityAttributes: LPSECURITY_ATTRIBUTES,
    hTransaction: HANDLE,
) -> BOOL