📄 proto.ini
字号:
[_alloca]
void *_alloca( size_t size )
[_fgetchar]
int _fgetchar( void )
[_fgetwchar]
wint_t _fgetwchar( void )
[_fullpath]
char *_fullpath( char *absPath, const char *relPath, size_t maxLength )
[_getcwd]
char *_getcwd( char *buffer, int maxlen )
[_mbscat]
unsigned char *_mbscat( unsigned char *strDestination, const unsigned char *strSource )
[_mbschr]
unsigned char *_mbschr( const unsigned char *string, unsigned int c )
[_mbscmp]
int _mbscmp(const unsigned char *string1, const unsigned char *string2 )
[_mbscpy]
unsigned char *_mbscpy( unsigned char *strDestination, const unsigned char *strSource )
[_mbscspn]
size_t _mbscspn( const unsigned char *string, const unsigned char *strCharSet )
[_mbsdup]
unsigned char *_mbsdup( const unsigned char *strSource )
[_mbsicmp]
int _mbsicmp( const unsigned char *string1, const unsigned char_t *string2 )
[_mbsncmp]
int _mbsncmp( const unsigned char *string1, const unsigned char string2, size_t count )
[_mbsncpy]
unsigned char *_mbsncpy( unsigned char *strDest, const unsigned char *strSource, size_t count )
[_mbstok]
unsigned char *_mbstok( unsigned char*strToken, const unsigned char *strDelimit )
[_memccpy]
void *_memccpy( void *dest, const void *src, int c, unsigned int count )
[_memicmp]
int _memicmp( const void *buf1, const void *buf2, unsigned int count )
[_strdup]
char *_strdup( const char *strSource )
[_stricmp]
int _stricmp( const char *string1, const char *string2 )
[_swab]
void _swab( char *src, char *dest, int n )
[_wcsdup]
wchar_t *_wcsdup( const wchar_t *strSource )
[_wcsicmp]
int _wcsicmp( const wchar_t *string1, const wchar_t *string2 )
[_wfopen]
FILE *_wfopen( const wchar_t *filename, const wchar_t *mode )
[_wfullpath]
wchar_t *_wfullpath( wchar_t *absPath, const wchar_t *relPath, size_t maxLength )
[_wgetcwd]
wchar_t *_wgetcwd( wchar_t *buffer, int maxlen )
[_wsystem]
int _wsystem( const wchar_t *command )
[AppendMenu]
BOOL AppendMenu( HMENU hMenu, UINT uFlags, UINT uIDNewItem, LPCTSTR lpNewItem )
[BeginUpdateResource]
HANDLE BeginUpdateResource( LPCTSTR pFileName, BOOL bDeleteExistingResources )
[CallNextHookEx]
LRESULT CallNextHookEx( HHOOK hhk, int nCode, WPARAM wParam, LPARAM lParam )
[calloc]
void *calloc( size_t num, size_t size )
[CallWindowProc]
LRESULT CallWindowProc( WNDPROC lpPrevWndFunc, HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam )
[CheckMenuRadioItem]
BOOL CheckMenuRadioItem( HMENU hmenu, UINT idFirst, UINT idLast, UINT idCheck, UINT uFlags )
[CopyIcon]
HICON CopyIcon( HICON hIcon )
[CopyImage]
HANDLE CopyImage( HANDLE hImage, UINT uType, int cxDesired, int cyDesired, UINT fuFlags )
[CreateDialogParam]
HWND CreateDialogParam( HINSTANCE hInstance, LPCTSTR lpTemplateName, HWND hWndParent, DLGPROC lpDialogFunc, LPARAM dwInitParam )
[CreateFile]
HANDLE CreateFile( LPCTSTR lpFileName, DWORD dwDesiredAccess, DWORD dwShareMode, LPSECURITY_ATTRIBUTES lpSecurityAttributes, DWORD dwCreationDisposition, DWORD dwFlagsAndAttributes, HANDLE hTemplateFile)
[CreateFont]
HFONT CreateFont(int nHeight,int nWidth,int nEscapement,int nOrientation,int fnWeight,DWORD fdwItalic,DWORD fdwUnderline,DWORD fdwStrikeOut,DWORD fdwCharSet,DWORD fdwOutputPrecision,DWORD fdwClipPrecision,DWORD fdwQuality,DWORD fdwPitchAndFamily,LPCTSTR lpszFace)
[CreateFontIndirect]
HFONT CreateFontIndirect( CONST LOGFONT* lplf )
[CreateFontIndirectEx]
HFONT CreateFontIndirectEx( CONST ENUMLOGFONTEXDV *penumlfex )
[CreatePopupMenu]
VOID)BOOL TrackPopupMenu
[CreateProcess]
BOOL CreateProcess( LPCTSTR lpApplicationName, LPTSTR lpCommandLine, LPSECURITY_ATTRIBUTES lpProcessAttributes, LPSECURITY_ATTRIBUTES lpThreadAttributes, BOOL bInheritHandles, DWORD dwCreationFlags, LPVOID lpEnvironment, LPCTSTR lpCurrentDirectory, LPSTARTUPINFO lpStartupInfo, LPPROCESS_INFORMATION lpProcessInformation )
[CreateRemoteThread]
HANDLE CreateRemoteThread( HANDLE hProcess, LPSECURITY_ATTRIBUTES lpThreadAttributes, DWORD dwStackSize, LPTHREAD_START_ROUTINE lpStartAddress, LPVOID lpParameter, DWORD dwCreationFlags, LPDWORD lpThreadId )
[CreateThread]
HANDLE CreateThread( LPSECURITY_ATTRIBUTES lpThreadAttributes, DWORD dwStackSize, LPTHREAD_START_ROUTINE lpStartAddress, LPVOID lpParameter, DWORD dwCreationFlags, LPDWORD lpThreadId )
[DefWindowProc]
LRESULT DefWindowProc( HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam )
[DeleteMenu]
BOOL DeleteMenu( HMENU hMenu, UINT uPosition, UINT uFlags )
[DestroyAcceleratorTable]
BOOL DestroyAcceleratorTable( HACCEL hAccel )
[DestroyCursor]
BOOL DestroyCursor( HCURSOR hCursor )
[DestroyIcon]
BOOL DestroyIcon( HICON hIcon )
[DestroyMenu]
BOOL DestroyMenu( HMENU hMenu )
[DestroyWindow]
BOOL DestroyWindow( HWND hWnd )
[DialogBoxParam]
int DialogBoxParam( HINSTANCE hInstance, LPCTSTR lpTemplateName, HWND hWndParent, DLGPROC lpDialogFunc, LPARAM dwInitParam )
[DispatchMessage]
LONG DispatchMessage( CONST MSG *lpmsg )
[DragQueryFile]
UINT DragQueryFile( HDROP hDrop, UINT iFile, LPTSTR lpszFile, UINT cch)
[DrawMenuBar]
BOOL DrawMenuBar( HWND hWnd )
[DrawText]
int DrawText( HDC hDC, LPCTSTR lpString, int nCount, LPRECT lpRect, UINT uFormat )
[DrawTextEx]
int DrawTextEx( HDC hdc, LPTSTR lpchText, int cchText, LPRECT lprc, UINT dwDTFormat, LPDRAWTEXTPARAMS lpDTParams )
[EndDialog]
BOOL EndDialog( HWND hDlg, int nResult )
[EndUpdateResource]
BOOL EndUpdateResource( HANDLE hUpdate, BOOL fDiscard )
[EnumFontFamiliesEx]
int EnumFontFamiliesEx( HDC hdc, LPLOGFONT lpLogfont, FONTENUMPROC lpEnumFontFamExProc, LPARAM lParam, DWORD dwFlags )
[EnumResourceLanguages]
BOOL EnumResourceLanguages( HMODULE hModule, LPCTSTR lpType, LPCTSTR lpName, ENUMRESLANGPROC lpEnumFunc, LONG lParam )
[EnumResourceNames]
BOOL EnumResourceNames( HINSTANCE hModule, LPCTSTR lpszType, ENUMRESNAMEPROC lpEnumFunc, LONG lParam )
[EnumResourceTypes]
BOOL EnumResourceTypes( HMODULE hModule, ENUMRESTYPEPROC lpEnumFunc, LONG lParam )
[ExitProcess]
VOID ExitProcess( UINT uExitCode )
[ExitThread]
VOID ExitThread( DWORD dwExitCode )
[ExtTextOut]
BOOL ExtTextOut( HDC hdc, int X, int Y, UINT fuOptions, CONST RECT* lprc, LPCTSTR lpString, UINT cbCount, CONST INT* lpDx )
[fgetc]
int fgetc( FILE *stream )
[fgetpos]
int fgetpos( FILE *stream, fpos_t *pos )
[fgets]
char *fgets( char *string, int n, FILE *stream )
[fgetwc]
wint_t fgetwc( FILE *stream )
[fgetws]
wchar_t *fgetws( wchar_t *string, int n, FILE *stream )
[FindFirstFile]
HANDLE FindFirstFile( LPCTSTR lpFileName, LPWIN32_FIND_DATA lpFindFileData)
[FindFirstFileEx]
HANDLE FindFirstFileEx( LPCTSTR lpFileName, FINDEX_INFO_LEVELS fInfoLevelId, LPVOID lpFindFileData, FINDEX_SEARCH_OPS fSearchOp, LPVOID lpSearchFilter, DWORD dwAdditionalFlags)
[FindNextFile]
BOOL FindNextFile( HANDLE hFindFile, LPWIN32_FIND_DATA lpFindFileData)
[FindResource]
HRSRC FindResource( HMODULE hModule, LPCTSTR lpName, LPCTSTR lpType )
[FindResourceEx]
HRSRC FindResourceEx( HMODULE hModule, LPCTSTR lpType, LPCTSTR lpName, WORD wLanguage )
[fopen]
FILE *fopen( const char *filename, const char *mode )
[FormatMessage]
DWORD FormatMessage( DWORD dwFlags, LPCVOID lpSource, DWORD dwMessageId, DWORD dwLanguageId, LPTSTR lpBuffer, DWORD nSize, va_list *Arguments )
[fprintf]
int fprintf( FILE *stream, const char *format [, argument ]...)
[fread]
size_t fread( void *buffer, size_t size, size_t count, FILE *stream )
[fscanf]
int fscanf( FILE *stream, const char *format [, argument ]... )
[fwprintf]
int fwprintf( FILE *stream, const wchar_t *format [, argument ]...)
[fwrite]
size_t fwrite( const void *buffer, size_t size, size_t count, FILE *stream )
[fwscanf]
int fwscanf( FILE *stream, const wchar_t *format [, argument ]... )
[GetAspectRatioFilterEx]
BOOL GetAspectRatioFilterEx( HDC hdc, LPSIZE lpAspectRatio )
[GetAsyncKeyState]
SHORT GetAsyncKeyState( int vKey )
[getc]
int getc( FILE *stream )
[getchar]
int getchar( void )
[GetCharABCWidths]
BOOL GetCharABCWidths( HDC hdc, UINT uFirstChar, UINT uLastChar, LPABC lpabc )
[GetCharABCWidthsFloat]
BOOL GetCharABCWidthsFloat( HDC hdc, UINT iFirstChar, UINT iLastChar, LPABCFLOAT lpABCF )
[GetCharABCWidthsI]
BOOL GetCharABCWidthsI( HDC hdc, UINT giFirst, UINT cgi, LPWORD pgi, LPABC lpabc )
[GetCharacterPlacement]
DWORD GetCharacterPlacement( HDC hdc, LPCTSTR lpString, int nCount, int nMaxExtent, LPGCP_RESULTS lpResults, DWORD dwFlags )
[GetCommandLine]
VOID)HANDLE GetCurrentProcess
[GetComputerName]
BOOL GetComputerName( LPTSTR lpBuffer, LPDWORD nSize )
[GetCurrentThread]
VOID)DWORD GetCurrentThreadId
[GetDlgItemText]
UINT GetDlgItemText( HWND hDlg, int nIDDlgItem, LPTSTR lpString, int nMaxCount )
[GetExitCodeProcess]
BOOL GetExitCodeProcess( HANDLE hProcess, LPDWORD lpExitCode )
[GetExitCodeThread]
BOOL GetExitCodeThread( HANDLE hThread, LPDWORD lpExitCode )
[GetFileSizeEx]
BOOL GetFileSizeEx( HANDLE hFile, PLARGE_INTEGER lpFileSize)
[GetKeyboardState]
BOOL GetKeyboardState( PBYTE lpKeyState )
[GetMenu]
HMENU GetMenu( HWND hWnd )
[GetMessage]
BOOL GetMessage( LPMSG lpMsg, HWND hWnd, UINT wMsgFilterMin, UINT wMsgFilterMax )
[GetProcessHeap]
HANDLE GetProcessHeap(void)
[GetProcessHeaps]
DWORD GetProcessHeaps( DWORD NumberOfHeaps, PHANDLE ProcessHeaps)
[GetSubMenu]
HMENU GetSubMenu( HMENU hMenu, int nPos )
[GetSystemDirectory]
UINT GetSystemDirectory( LPTSTR lpBuffer, UINT uSize )
[GetSystemMenu]
HMENU GetSystemMenu( HWND hWnd, BOOL bRevert )
[GetTextColor]
COLORREF GetTextColor( HDC hdc )
[GetTextFace]
int GetTextFace( HDC hdc, int nCount, LPTSTR lpFaceName )
[GetTextMetrics]
BOOL GetTextMetrics( HDC hdc, LPTEXTMETRIC lptm )
[GetThreadPriority]
int GetThreadPriority( HANDLE hThread )
[GetUserName]
BOOL GetUserName( LPTSTR lpBuffer, LPDWORD nSize )
[getwc]
wint_t getwc( FILE *stream )
[getwchar]
wint_t getwchar( void )
[GetWindow]
HWND GetWindow( HWND hWnd, UINT uCmd )
[GetWindowDC]
HDC GetWindowDC( HWND hWnd )
[GetWindowLong]
LONG GetWindowLong( HWND hWnd, int nIndex )
[GetWindowRgn]
int GetWindowRgn( HWND hWnd, HRGN hRgn )
[GetWindowsDirectory]
UINT GetWindowsDirectory( LPTSTR lpBuffer, UINT uSize )
[GetWindowText]
int GetWindowText( HWND hWnd, LPTSTR lpString, int nMaxCount )
[HeapAlloc]
LPVOID HeapAlloc( HANDLE hHeap, DWORD dwFlags, SIZE_T dwBytes)
[HeapCompact]
SIZE_T HeapCompact( HANDLE hHeap, DWORD dwFlags)
[HeapCreate]
HANDLE HeapCreate( DWORD flOptions, SIZE_T dwInitialSize, SIZE_T dwMaximumSize)
[HeapDestroy]
BOOL HeapDestroy( HANDLE hHeap)
[HeapFree]
BOOL HeapFree( HANDLE hHeap, DWORD dwFlags, LPVOID lpMem)
[HeapLock]
BOOL HeapLock( HANDLE hHeap)
[HeapQueryInformation]
BOOL HeapQueryInformation( HANDLE HeapHandle, HEAP_INFORMATION_CLASS HeapInformationClass, PVOID HeapInformation, SIZE_T HeapInformationLength, PSIZE_T ReturnLength)
[HeapQueryInformation]
BOOL HeapQueryInformation( HANDLE HeapHandle, HEAP_INFORMATION_CLASS HeapInformationClass, PVOID HeapInformation, SIZE_T HeapInformationLength, PSIZE_T ReturnLength)
[HeapReAlloc]
LPVOID HeapReAlloc( HANDLE hHeap, DWORD dwFlags, LPVOID lpMem, SIZE_T dwBytes)
[HeapSetInformation]
BOOL HeapSetInformation( HANDLE HeapHandle, HEAP_INFORMATION_CLASS HeapInformationClass, PVOID HeapInformation, SIZE_T HeapInformationLength)
[HeapSize]
SIZE_T HeapSize( HANDLE hHeap, DWORD dwFlags, LPCVOID lpMem)
[HeapUnlock]
BOOL HeapUnlock( HANDLE hHeap)
[HeapValidate]
BOOL HeapValidate( HANDLE hHeap, DWORD dwFlags, LPCVOID lpMem)
[HeapWalk]
BOOL HeapWalk( HANDLE hHeap, LPPROCESS_HEAP_ENTRY lpEntry)
[ImageList_Add]
int ImageList_Add( HIMAGELIST himl, HBITMAP hbmImage, HBITMAP hbmMask )
[ImageList_AddIcon]
int ImageList_AddIcon( HIMAGELIST himl, HICON hicon )
[ImageList_AddMasked]
int ImageList_AddMasked( HIMAGELIST himl, HBITMAP hbmImage, COLORREF crMask )
[ImageList_BeginDrag]
BOOL ImageList_BeginDrag( HIMAGELIST himlTrack, int iTrack, int dxHotspot, int dyHotspot )
[ImageList_Copy]
BOOL ImageList_Copy( HIMAGELIST himlDst, int iDst, HIMAGELIST himlSrc, int iSrc, UINT uFlags)
[ImageList_Create]
HIMAGELIST ImageList_Create( int cx, int cy, UINT flags, int cInitial, int cGrow )
[ImageList_Destroy]
BOOL ImageList_Destroy( HIMAGELIST himl )
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -