VarPow function
Returns the result of performing the power function with two variants.
Syntax
HRESULT VarPow( _In_ LPVARIANT pvarLeft, _In_ LPVARIANT pvarRight, _Out_ LPVARIANT pvarResult );
Parameters
- pvarLeft [in]
-
The first variant.
- pvarRight [in]
-
The second variant.
- pvarResult [out]
-
The result variant.
Return value
If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
Returns the result of pvarLeft to the power of pvarRight.
Requirements
|
Header |
|
|---|---|
|
Library |
|
|
DLL |
|
Show: