Create a LPVOID instance. Instead of creating an instance in new mode, use create to create an instance.
Optional
Create a LPVOID instance with the specified options.
const lpvoid = await LPVOID.create(); Copy
const lpvoid = await LPVOID.create();
Destroy the current object.
Static
Create a LPVOID instance.
Returns a promise that resolves with a LPVOID instance.
Create a LPVOID instance. Instead of creating an instance in new mode, use create to create an instance.