Share via


CAnimationVariableIntegerChangeHandler::CreateInstance

Crea una instancia de devolución de llamada de CAnimationVariableIntegerChangeHandler.

static COM_DECLSPEC_NOTHROW HRESULT CreateInstance(
   CAnimationController* pAnimationController,
   IUIAnimationVariableIntegerChangeHandler **ppHandler
);

Parámetros

  • pAnimationController
    Un puntero al controlador de animación, que recibirá los eventos.

  • ppHandler

Valor devuelto

Si el método se ejecuta correctamente, devuelve S_OK.De lo contrario, devuelve un código de error HRESULT.

Requisitos

Encabezado: afxanimationcontroller.h

Vea también

Referencia

CAnimationVariableIntegerChangeHandler Class