FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
CAcStandardTaskDialog.h
Go to the documentation of this file.
1#pragma once
2
3//
4// (C) Copyright 2005-2024 by Graebert GmbH.
5//
6// Permission to use, copy, modify, and distribute this software in
7// object code form for any purpose and without fee is hereby granted,
8// provided that the above copyright notice appears in all copies and
9// that both that copyright notice and the limited warranty and
10// restricted rights notice below appear in all supporting
11// documentation.
12//
13// GRAEBERT PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
14// GRAEBERT SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
15// MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. GRAEBERT GMBH
16// DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
17// UNINTERRUPTED OR ERROR FREE.
18
19class CWnd;
20
22{
23public:
24 static int __cdecl InvalidName(wchar_t const *,wchar_t const *, CWnd *,int);
25 static int __cdecl ShowInvalidNameEmptyNameDialog(wchar_t const *,wchar_t const *, CWnd *);
26 static int __cdecl ShowInvalidNameTooLongDialog(wchar_t const *,wchar_t const *, CWnd *);
27 static int __cdecl ShowInvalidNameUnsupportedCharacters(wchar_t const *,wchar_t const *, CWnd *);
28 static unsigned int __cdecl NameAlreadyExists(wchar_t const *,wchar_t const *,wchar_t const *, CWnd *,int);
29 static unsigned int __cdecl ShowDeleteConfirmationDialog(wchar_t const *,wchar_t const *, CWnd *);
30 static unsigned int __cdecl ShowDuplicateNameCopyReplaceDialog(wchar_t const *,wchar_t const *,wchar_t const *, CWnd *);
31 static unsigned int __cdecl ShowDuplicateNameErrorDialog(wchar_t const *,wchar_t const *, CWnd *);
32 static unsigned int __cdecl ShowDuplicateNameReplaceCancelDialog(wchar_t const *,wchar_t const *, CWnd *);
33 static unsigned int __cdecl ShowFileConfirmationWithNoToAll(wchar_t const *,wchar_t const *,wchar_t const *,wchar_t const *, CWnd *);
34 static unsigned int __cdecl ShowFileConfirmationWithoutNoToAll(wchar_t const *,wchar_t const *,wchar_t const *,wchar_t const *, CWnd *);
35
36};
static int __cdecl InvalidName(wchar_t const *, wchar_t const *, CWnd *, int)
static int __cdecl ShowInvalidNameEmptyNameDialog(wchar_t const *, wchar_t const *, CWnd *)
static int __cdecl ShowInvalidNameUnsupportedCharacters(wchar_t const *, wchar_t const *, CWnd *)
static unsigned int __cdecl ShowDuplicateNameCopyReplaceDialog(wchar_t const *, wchar_t const *, wchar_t const *, CWnd *)
static unsigned int __cdecl ShowDuplicateNameErrorDialog(wchar_t const *, wchar_t const *, CWnd *)
static unsigned int __cdecl ShowFileConfirmationWithNoToAll(wchar_t const *, wchar_t const *, wchar_t const *, wchar_t const *, CWnd *)
static unsigned int __cdecl NameAlreadyExists(wchar_t const *, wchar_t const *, wchar_t const *, CWnd *, int)
static unsigned int __cdecl ShowFileConfirmationWithoutNoToAll(wchar_t const *, wchar_t const *, wchar_t const *, wchar_t const *, CWnd *)
static unsigned int __cdecl ShowDeleteConfirmationDialog(wchar_t const *, wchar_t const *, CWnd *)
static int __cdecl ShowInvalidNameTooLongDialog(wchar_t const *, wchar_t const *, CWnd *)
static unsigned int __cdecl ShowDuplicateNameReplaceCancelDialog(wchar_t const *, wchar_t const *, CWnd *)