Nota
L'accesso a questa pagina richiede l'autorizzazione. Puoi provare ad accedere o a cambiare directory.
L'accesso a questa pagina richiede l'autorizzazione. Puoi provare a cambiare directory.
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.
Remarks
Requires an active script context.
Requirements
Header: jsrt.h