VarUI8FromInt Function

Converts an integer value to an 8-byte unsigned integer value.

Syntax

HRESULT VarUI8FromInt(
  __in  INT intIn,
  ULONG64 *pi64Out
);

Parameters

  • intIn [in]
    The value to convert.

  • pi64Out
    The resulting value.

Return Value

This function can return one of the following values.

Return code Description
S_OK

Success.

DISP_E_BADVARTYPE

The input parameter is not a valid type of variant.

DISP_E_OVERFLOW

The data pointed to by the output parameter does not fit in the destination type.

DISP_E_TYPEMISMATCH

The argument could not be coerced to the specified type.

E_INVALIDARG

One of the arguments is not valid.

E_OUTOFMEMORY

Insufficient memory to complete the operation.

 

Requirements

Header

OleAuto.h

Library

OleAut32.lib

DLL

OleAut32.dll

 

 

Send comments about this topic to Microsoft

Build date: 7/9/2011