CreateColorSpaceW method

Pointer<HCOLORSPACE__> CreateColorSpaceW(
  1. Pointer<LOGCOLORSPACEW> lplcs
)

Implementation

ffi.Pointer<HCOLORSPACE__> CreateColorSpaceW(
  ffi.Pointer<LOGCOLORSPACEW> lplcs,
) {
  return _CreateColorSpaceW(
    lplcs,
  );
}