Unit 'DirectXUT' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_win_directxut]

DXUTCreateWindow

Declaration

Source position: DirectXUT.pas line 2673

function DXUTCreateWindow(

  const strWindowTitle: PWideChar = Nil;

  hInstance: LongWord = 0;

  hIcon: HICON = 0;

  hMenu: HMENU = 0;

  x: Integer = PtrInt(CW_USEDEFAULT);

  y: Integer = PtrInt(CW_USEDEFAULT)

):HRESULT;



CT Web help

CodeTyphon Studio