Skip to content

JsGetValueType

Limin Zhu edited this page Oct 9, 2015 · 1 revision

taView = 12, eType; Gets the JavaScript type of a JsValueRef.

Syntax

STDAPI_(JsErrorCode)
    JsGetValueType(
    _In_ JsValueRef value,
    _Out_ JsValueType *type);

Parameters

  • value: The value whose type is to be returned.
  • type: The type of the value.

Return Value

The code JsNoError if the operation succeeded, a failure code otherwise.

Clone this wiki locally