You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
1.2 KiB
23 lines
1.2 KiB
/////////////////////////////////////////////////////////////////////////////
|
|
// //
|
|
// FILE : FaxExtensionMethod.h //
|
|
// //
|
|
// DESCRIPTION : defines the prototype of Routing method //
|
|
// Dialog display function. //
|
|
// //
|
|
// AUTHOR : kereng //
|
|
// //
|
|
// HISTORY : //
|
|
// Jun 24 1999 kereng created. //
|
|
// //
|
|
// Copyright (C) 1999 Microsoft Corporation All Rights Reserved //
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
#ifndef _FAXEXTMETHOD_H_
|
|
#define _FAXEXTMETHOD_H_
|
|
|
|
#include "..\..\common\src\com\msneroot\msneroot.h"
|
|
|
|
typedef int (FaxMethodDisplayDialog)(IFaxAssociatedRoutingMethod*);
|
|
|
|
#endif
|