Home
last modified time | relevance | path

Searched refs:XpFuncs (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/win/
Dntfssect.c297 DWORD M_NTFSSECT_API NtfsSectLoadXpFuncs(S_NTFSSECT_XPFUNCS * XpFuncs) { in NtfsSectLoadXpFuncs() argument
300 if (!XpFuncs) in NtfsSectLoadXpFuncs()
303 XpFuncs->Size = sizeof *XpFuncs; in NtfsSectLoadXpFuncs()
305 XpFuncs->Kernel32 = LoadLibrary("kernel32.dll"); in NtfsSectLoadXpFuncs()
307 if (!XpFuncs->Kernel32) { in NtfsSectLoadXpFuncs()
312 XpFuncs->GetVolumePathName = (F_KERNEL32_GETVOLUMEPATHNAME *) ( in NtfsSectLoadXpFuncs()
314 XpFuncs->Kernel32, in NtfsSectLoadXpFuncs()
319 if (!XpFuncs->GetVolumePathName) { in NtfsSectLoadXpFuncs()
324 XpFuncs->GetDiskFreeSpace = (F_KERNEL32_GETDISKFREESPACE *) ( in NtfsSectLoadXpFuncs()
326 XpFuncs->Kernel32, in NtfsSectLoadXpFuncs()
[all …]
Dntfssect.h112 DWORD M_NTFSSECT_API NtfsSectLoadXpFuncs(S_NTFSSECT_XPFUNCS * XpFuncs);
120 VOID M_NTFSSECT_API NtfsSectUnloadXpFuncs(S_NTFSSECT_XPFUNCS * XpFuncs);