ReactOS 0.4.15-dev-7942-gd23573b
Completion.h
Go to the documentation of this file.
1//
2// Completion.h - declaration for completion related functions
3
4#if !defined(COMPLETION_H__INCLUDED_)
5#define COMPLETION_H__INCLUDED_
6
7typedef const TCHAR * (*ReplaceCompletionCallback)(unsigned __int64& rnIndex, const BOOL *pblnForward,
8 const TCHAR *pchContext, const TCHAR *pchBegin);
9
10extern const TCHAR * CompletionCallback(unsigned __int64 & rnIndex,
11 const BOOL *pblnForward,
12 const TCHAR *pchContext,
13 const TCHAR *pchBegin);
14
15extern void InvalidateCompletion();
16#endif
const TCHAR * CompletionCallback(unsigned __int64 &rnIndex, const BOOL *pblnForward, const TCHAR *pchContext, const TCHAR *pchBegin)
Definition: Completion.cpp:439
void InvalidateCompletion()
Definition: Completion.cpp:511
#define __int64
Definition: basetyps.h:16
unsigned int BOOL
Definition: ntddk_ex.h:94
char TCHAR
Definition: xmlstorage.h:189