GetDllDirectoryA method
Implementation
int GetDllDirectoryA(
int nBufferLength,
ffi.Pointer<ffi.Int8> lpBuffer,
) {
return (_GetDllDirectoryA ??=
_dylib.lookupFunction<_c_GetDllDirectoryA, _dart_GetDllDirectoryA>(
'GetDllDirectoryA'))(
nBufferLength,
lpBuffer,
);
}