?? inoledll.h
字號:
/*
* INOLEDLL.H
* Inside OLE Utilities DLL
*
* Copyright (c)1993-1995 Microsoft Corporation, All Rights Reserved
*
* Kraig Brockschmidt, Microsoft
* Internet : kraigb@microsoft.com
* Compuserve: >INTERNET:kraigb@microsoft.com
*/
#ifndef _INOLEDLL_H_
#define _INOLEDLL_H_
#include <inole.h>
#include <bttncur.h>
#include <gizmobar.h>
#include <stastrip.h>
#ifndef WIN32
#include <shellapi.h>
#ifndef RC_INVOKED
#include <dos.h>
#endif
#endif
//Private definitions
#include "bttncuri.h"
#include "gizmoint.h"
#include "statint.h"
BOOL Initialize(HINSTANCE);
void DrawHandle(HDC, int, int, UINT, BOOL, BOOL);
BOOL GetFileTimes(LPTSTR, FILETIME *);
HRESULT ConvertStringAlloc(ULONG, void **);
#endif //_INOLEDLL_H_
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -