Changeset 99828 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common
- Timestamp:
- May 17, 2023 1:48:57 PM (21 months ago)
- svn:sync-xref-src-repo-rev:
- 157464
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPCommon.h
r98103 r99828 61 61 VP_STATUS VBoxMPCmnRegInit(IN PVBOXMP_DEVEXT pExt, OUT VBOXMPCMNREGISTRY *pReg); 62 62 VP_STATUS VBoxMPCmnRegFini(IN VBOXMPCMNREGISTRY Reg); 63 VP_STATUS VBoxMPCmnRegSetDword(IN VBOXMPCMNREGISTRY Reg, P WSTR pName, uint32_t Val);64 VP_STATUS VBoxMPCmnRegQueryDword(IN VBOXMPCMNREGISTRY Reg, P WSTR pName, uint32_t *pVal);63 VP_STATUS VBoxMPCmnRegSetDword(IN VBOXMPCMNREGISTRY Reg, PCWSTR pName, uint32_t Val); 64 VP_STATUS VBoxMPCmnRegQueryDword(IN VBOXMPCMNREGISTRY Reg, PCWSTR pName, uint32_t *pVal); 65 65 66 66 /* Pointer related */
Note:
See TracChangeset
for help on using the changeset viewer.