windows-nt/Source/XPSP1/NT/multimedia/directx/dplay/dvoice/dxvhelp/hostdlg.h
2020-09-26 16:20:57 +08:00

21 lines
523 B
C

/*==========================================================================
*
* Copyright (C) 1995-1999 Microsoft Corporation. All Rights Reserved.
*
* File: hostdlg.h
* Content: Host Dialog Support Routines
* History:
*
* Date By Reason
* ==== == ======
* 10/15/99 rodtoll created it
*
***************************************************************************/
#ifndef __HOSTDLG_H
BOOL GetHostSettings( HINSTANCE hInst, HWND hOwner, LPGUID pguidCT, PDWORD pdwSessionType );
#endif