Method: Win::Gui::Dialog#DialogBoxIndirect

Defined in:
lib/win/gui/dialog.rb

#DialogBoxIndirect(hInst, lpTemp, hParent, lpDialogFunc) ⇒ Object



382
383
384
# File 'lib/win/gui/dialog.rb', line 382

def DialogBoxIndirect(hInst, lpTemp, hParent, lpDialogFunc)
   DialogBoxParamIndirect(hInst, lpTemp, hParent, lpDialogFunc, 0)
end