Defines the reason the system has called the D3DRMUSERVISUALCALLBACK callback function.
typedef enum _D3DRMUSERVISUALREASON {
D3DRMUSERVISUAL_CANSEE,
D3DRMUSERVISUAL_RENDER
} D3DRMUSERVISUALREASON;
Values
The callback function should return TRUE if the user-visual object is visible in the viewport.
The callback function should render the user-visual object.
See Also