CAnimationController::FindAnimationObject
Recherche l'objet d'animation contenant une variable d'animation spécifiée.
BOOL FindAnimationObject(
IUIAnimationVariable* pVariable,
CAnimationBaseObject** ppObject,
CAnimationGroup** ppGroup
);
Paramètres
pVariable
Pointeur vers la variable d'animation.ppObject
Sortie.Contient un pointeur à l'objet d'animation ou NULL.ppGroup
Sortie.Contient un pointeur au groupe d'animation qui contient l'objet d'animation, ou NULL.
Valeur de retour
TRUE si l'objet a été trouvé ; sinon FALSE.
Notes
Appelé depuis les gestionnaires d'événements lorsque la recherche d'un objet d'animation dans la variable d'animation entrante est requise.
Configuration requise
En-tête : afxanimationcontroller.h