win32-def
Version:
win32 definitions for node-ffi
8 lines • 434 B
TypeScript
import type { StructDetail, StructInitPlainType } from '../../lib/types.js';
/**
* Generate a simple struct
* - def must has no nested struct or union
*/
export declare function genSimpleStruct(def: StructInitPlainType, name?: string, pointer?: string): StructDetail;
export declare function genSimpleUnion(def: StructInitPlainType, name?: string, pointer?: string): StructDetail;
//# sourceMappingURL=struct.simple.helper.d.ts.map