PxDelayLoadHook Class Referenceabstract

PxDelayLoadHook. More...

#include <PxWindowsDelayLoadHook.h>

Public Member Functions

 PxDelayLoadHook ()
 
virtual ~PxDelayLoadHook ()
 
virtual const char * getPhysXFoundationDllName () const =0
 
virtual const char * getPhysXCommonDllName () const =0
 

Detailed Description

PxDelayLoadHook.

This is a helper class for delay loading the PhysXCommon dll and PhysXFoundation dll. If a PhysXCommon dll or PhysXFoundation dll with a non-default file name needs to be loaded, PxDelayLoadHook can be sub-classed to provide the custom filenames.

Once the names are set, the instance must be set for use by PhysX.dll using PxSetPhysXDelayLoadHook(), PhysXCooking.dll using PxSetPhysXCookingDelayLoadHook() or by PhysXCommon.dll using PxSetPhysXCommonDelayLoadHook().

See also
PxSetPhysXDelayLoadHook(), PxSetPhysXCookingDelayLoadHook(), PxSetPhysXCommonDelayLoadHook()

Constructor & Destructor Documentation

◆ PxDelayLoadHook()

PxDelayLoadHook::PxDelayLoadHook ( )
inline

◆ ~PxDelayLoadHook()

virtual PxDelayLoadHook::~PxDelayLoadHook ( )
inlinevirtual

Member Function Documentation

◆ getPhysXCommonDllName()

virtual const char* PxDelayLoadHook::getPhysXCommonDllName ( ) const
pure virtual

◆ getPhysXFoundationDllName()

virtual const char* PxDelayLoadHook::getPhysXFoundationDllName ( ) const
pure virtual

The documentation for this class was generated from the following file: