GetIconInfoExA method
Implementation
int GetIconInfoExA(
ffi.Pointer<HICON__> hicon,
ffi.Pointer<PICONINFOEXA> piconinfo,
) {
return (_GetIconInfoExA ??=
_dylib.lookupFunction<_c_GetIconInfoExA, _dart_GetIconInfoExA>(
'GetIconInfoExA'))(
hicon,
piconinfo,
);
}