OutputDebugStringW method

void OutputDebugStringW(
  1. Pointer<Uint16> lpOutputString
)

Implementation

void OutputDebugStringW(
  ffi.Pointer<ffi.Uint16> lpOutputString,
) {
  return _OutputDebugStringW(
    lpOutputString,
  );
}