win32-api
Version:
FFI definitions of windows win32 api for node-ffi
8 lines • 439 B
TypeScript
import type * as S from 'win32-def/struct';
import type * as T from 'win32-def/types';
import type { DefComctl32 } from './api.def.js';
export declare class Comctl32 implements T.LibDef2Type<typeof DefComctl32> {
/** https://learn.microsoft.com/en-us/windows/win32/api/commctrl/nf-commctrl-initcommoncontrolsex */
InitCommonControlsEx: (lpInitCtrls: S.INITCOMMONCONTROLSEX_Type) => T.BOOL;
}
//# sourceMappingURL=api.types.d.ts.map