windows-nt/Source/XPSP1/NT/printscan/print/spooler/inetpp2/clientui/deletedlg.h

38 lines
486 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifndef _CDELETEDLG_H
#define _CDELETEDLG_H
#include "inetxcv.h"
#include "xcvdlg.h"
class TDeletePortDlg: public TXcvDlg {
public:
TDeletePortDlg (
LPCTSTR pServerName,
HWND hWnd,
LPCTSTR pszPortName);
~TDeletePortDlg (void);
virtual BOOL
PromptDialog (
HINSTANCE hInst);
private:
BOOL
GetString (
LPWSTR lpszBuf,
DWORD dwSize,
UINT iStringID);
BOOL
DoDeletePort ();
};
#endif