VarPow.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

VarPow (OLEAUT32.158)

SYNOPSIS

HRESULT VarPow
 (
  LPVARIANT left,
  LPVARIANT right,
  LPVARIANT result
 )

DESCRIPTION

Computes the power of one variant to another variant.

PARAMS

left [In] First variant.

right [In] Second variant.

result [Out] Result variant.

RETURNS

Success: S_OK.

Failure: An HRESULT error code indicating the error.

IMPLEMENTATION

Defined in "oleauto.h".

Implemented in "dlls/oleaut32/variant.c".

Debug channel "variant".