Implements

Constructors

Properties

Methods

Constructors

  • Create a LPVOID instance. Instead of creating an instance in new mode, use create to create an instance.

    Parameters

    • Optionaloptions: Options

      Create a LPVOID instance with the specified options.

    Returns LPVOID

    const lpvoid = await LPVOID.create();
    

Properties

options: Options

Methods

  • Destroy the current object.

    Returns Promise<void>

  • Create a LPVOID instance.

    Parameters

    • Optionaloptions: Options

      Create a LPVOID instance with the specified options.

    Returns Promise<LPVOID>

    Returns a promise that resolves with a LPVOID instance.