getwasmmoduleResult Structure Definition

The getwasmmoduleResult structure defines the return type for getwasmmodule API.

Syntax



Members

rc

If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings.

message

If the method succeeds, message is NULL else message contains Error/Warning message.

wasmmoduleList

List of wasmmodules


wasmmodule Structure Definition

The wasmmodule structure defines the actual return type values for getwasmmodule API.

Syntax



Members

name

Name of the module about which to display information.

name2

Name of the WASM Module.

modulefile

File name of the WASM module.

signaturefile

File name the sha256 file to validate the WASM module.

_nextgenapiresource


See Also