Searched defs:Info (Results 101 - 115 of 115) sorted by relevance

12345

/vbox/src/VBox/Additions/WINNT/Graphics/Video/common/wddm/
H A DVBoxMPIf.h465 VBOXWDDM_UHGSMI_BUFFER_UI_SUBMIT_INFO Info; member in struct:VBOXWDDM_UHGSMI_BUFFER_UI_INFO_ESCAPE
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dntsecpkg.h156 } Info; member in struct:_SECPKG_EXTENDED_INFORMATION
H A Dtwain.h196 TW_STR32 Info; /* e.g. "1.0b3 Beta release" */ member in struct:__anon1203
445 TW_INFO Info[1]; member in struct:__anon1231
1595 Version 1.7: Following is Extended Image Info Attributes.
/vbox/include/VBox/
H A Dshflsvc.h618 SHFLFSOBJINFO Info; member in struct:_SHFLCREATEPARMS
654 SHFLFSOBJINFO Info; member in struct:_SHFLDIRINFO
H A DVBoxVideo.h1777 VBOXCMDVBVA_ALLOCINFO Info; member in struct:VBOXCMDVBVA_ALLOCDESC
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dntio.c3677 BY_HANDLE_FILE_INFORMATION Info; local
3683 if (!GetFileInformationByHandle(hFile, &Info))
3689 if (dwCachedVolumeSerialNumbers[dwIndex++] == Info.dwVolumeSerialNumber)
3725 if (dwVolumeSerialNumber == Info.dwVolumeSerialNumber)
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DSal.h595 UINT64 Info; member in struct:__anon11770
661 /// GUID of Platform Memory Device Error Info.
688 /// Definition of Platform Memory Device Error Info Record.
712 /// GUID of Platform PCI Bus Error Info.
742 /// Definition of Platform PCI Bus Error Info Record.
761 /// GUID of Platform PCI Component Error Info.
790 /// Definition of Platform PCI Component Error Info.
803 /// Platform SEL Device Error Info.
823 /// Definition of Platform SEL Device Error Info Record.
842 /// GUID of Platform SMBIOS Device Error Info
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrFormPkg.h346 VOID VARSTORE_INFO (OUT EFI_VARSTORE_INFO *Info) { argument
347 if (Info != NULL) {
348 Info->mVarStoreId = mHeader->VarStoreId;
349 memcpy (&Info->mVarStoreId, &mHeader->VarStoreInfo, sizeof (Info->mVarStoreId));
374 VOID SetVarStoreInfo (IN EFI_VARSTORE_INFO *Info) { argument
375 mHeader->VarStoreId = Info->mVarStoreId;
376 mHeader->VarStoreInfo.VarName = Info->mInfo.mVarName;
377 mHeader->VarStoreInfo.VarOffset = Info->mInfo.mVarOffset;
968 VOID SetVarInfo (IN EFI_VARSTORE_INFO *Info) { argument
988 SetVarInfo(IN EFI_VARSTORE_INFO *Info) argument
[all...]
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPDrv-win.cpp1734 MYSYSTEMGDIDRIVERINFO Info;
1735 RtlInitUnicodeString(&Info.Name, pwcsFilename);
1736 Info.ImageAddress = NULL;
1737 Info.SectionPointer = NULL;
1738 Info.EntryPointer = NULL;
1739 Info.ExportSectionPointer = NULL;
1740 Info.ImageLength = 0;
1742 NTSTATUS rcNt = ZwSetSystemInformation(MY_SystemLoadGdiDriverInSystemSpaceInformation, &Info, sizeof(Info));
1745 pImage->pvImage = Info
2304 OBJECT_NAME_INFORMATION Info; member in union:__anon16379
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dtwain.h187 TW_STR32 Info; /* e.g. "1.0b3 Beta release" */ member in struct:__anon13847
436 TW_INFO Info[1]; member in struct:__anon13875
1586 Version 1.7: Following is Extended Image Info Attributes.
H A Dwinbase.h1024 } Info; member in struct:COPYFILE2_MESSAGE
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_0.h5083 nsresult (*Info)( member in struct:IMachineDebugger_vtbl
H A DVBoxCAPI_v4_1.h5475 nsresult (*Info)( member in struct:IMachineDebugger_vtbl
H A DVBoxCAPI_v4_2.h6416 nsresult (*Info)( member in struct:IMachineDebugger_vtbl
H A DVBoxCAPI_v4_3.h13169 nsresult (*Info)( member in struct:IMachineDebugger_vtbl
13358 nsresult (*Info)( member in struct:IMachineDebuggerVtbl
13542 #define IMachineDebugger_Info(p, aName, aArgs, aInfo) ((p)->lpVtbl->Info(p, aName, aArgs, aInfo))

Completed in 464 milliseconds

12345