win32-def
Version:
win32 definitions for node-ffi
21 lines • 921 B
TypeScript
import type * as T from '../../../lib/common.types.js';
import type { StructFactoryResult, StructInitType } from '../../../lib/types.js';
declare const init: StructInitType;
export declare const LPINITCOMMONCONTROLSEX: "INITCOMMONCONTROLSEX*";
export declare const INITCOMMONCONTROLSEX_Name = "INITCOMMONCONTROLSEX";
export declare const INITCOMMONCONTROLSEX_Init: typeof init;
/**
* INITCOMMONCONTROLSEX structure
* @link https://learn.microsoft.com/en-us/windows/win32/api/commctrl/nf-commctrl-initcommoncontrolsex
*/
export declare function INITCOMMONCONTROLSEX_Factory(): StructFactoryResult<INITCOMMONCONTROLSEX_Type>;
/**
* INITCOMMONCONTROLSEX structure
* @link https://learn.microsoft.com/en-us/windows/win32/api/commctrl/nf-commctrl-initcommoncontrolsex
*/
export interface INITCOMMONCONTROLSEX_Type {
dwSize: T.DWORD;
dwICC: T.DWORD;
}
export {};
//# sourceMappingURL=INITCOMMONCONTROLSEX.d.ts.map