wglDescribeLayerPlane method
Implementation
int wglDescribeLayerPlane(
ffi.Pointer<HDC__> arg0,
int arg1,
int arg2,
int arg3,
ffi.Pointer<LPLAYERPLANEDESCRIPTOR> arg4,
) {
return (_wglDescribeLayerPlane ??= _dylib.lookupFunction<
_c_wglDescribeLayerPlane,
_dart_wglDescribeLayerPlane>('wglDescribeLayerPlane'))(
arg0,
arg1,
arg2,
arg3,
arg4,
);
}