Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

JsGetModuleHostInfo

Richard edited this pageFeb 23, 2018 ·1 revision

Retrieve the host info for the specified module.

Syntax

CHAKRA_APIJsGetModuleHostInfo(    _In_ JsModuleRecord requestModule,    _In_ JsModuleHostInfoKind moduleHostInfo,    _Outptr_result_maybenull_ void** hostInfo);

Parameters

  • requestModule: The request module.
  • moduleHostInfo: The type of host info to be retrieved.
  • hostInfo: The retrieved host info for the module.

Return Value

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

Remarks

This API is experimental and may have breaking change later.This can used to retrieve info previously set with JsSetModuleHostInfo.

Want to contribute to this Wiki?

Clone this wiki locally

[8]ページ先頭

©2009-2025 Movatter.jp