21 lines
523 B
C
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
|