Changeset 52356 in vbox for trunk/src/VBox/HostDrivers/Support/SUPLibInternal.h
- Timestamp:
- Aug 11, 2014 7:24:00 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPLibInternal.h
r52169 r52356 436 436 DECLHIDDEN(void) supR3HardenedWinInit(uint32_t fFlags); 437 437 DECLHIDDEN(void) supR3HardenedWinInitVersion(void); 438 DECLHIDDEN(void) supR3HardenedWinInitImports(void); 438 439 DECLHIDDEN(void) supR3HardenedWinVerifyProcess(void); 439 DECLHIDDEN(void) supR3HardenedWinResolveVerifyTrustApiAndHookThreadCreation( void);440 DECLHIDDEN(void) supR3HardenedWinResolveVerifyTrustApiAndHookThreadCreation(const char *pszProgName); 440 441 DECLHIDDEN(bool) supR3HardenedWinIsReSpawnNeeded(int iWhich, int cArgs, char **papszArgs); 441 442 DECLHIDDEN(int) supR3HardenedWinReSpawn(int iWhich);
Note:
See TracChangeset
for help on using the changeset viewer.