⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 inoledll.h

📁 英文版的 想要的话可以下载了 为大家服务
💻 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 + -