Microsoft DirectX 9.0 |
Constructor method.
Syntax
CDispParams(
UINT nArgs,
VARIANT *pArgs
);
Parameters
nArgs
Number of arguments passed to the method or property.
pArgs
Pointer to the list of arguments. In the list, each argument is stored with its variant type.
Return Value
No return value.
See Also