CreatePopupMenu method

Pointer<HMENU__> CreatePopupMenu()

Implementation

ffi.Pointer<HMENU__> CreatePopupMenu() {
  return _CreatePopupMenu();
}