CreateMenu method

Pointer<HMENU__> CreateMenu()

Implementation

ffi.Pointer<HMENU__> CreateMenu() {
  return _CreateMenu();
}