代码搜索:Windows API

找到约 10,000 项符合「Windows API」的源代码

代码结果 10,000
www.eeworm.com/read/100983/15858986

bas api.bas

Attribute VB_Name = "API" '==API==' Declare Function mciSendString Lib "winmm.dll" Alias "mciSendStringA" (ByVal lpstrCommand As String, ByVal lpstrReturnString As String, ByVal uReturnLength As Lon
www.eeworm.com/read/100605/15869678

tex api.tex

\documentclass{article} \setlength{\textwidth}{6.75in} % 1 inch side margins \setlength{\textheight}{9in} % ~1 inch top and bottom margins \setlength{\headheight}{0in} \setlength{\topmargin}{0in} \s
www.eeworm.com/read/100605/15869680

ps api.ps

%!PS-Adobe-2.0 %%Creator: dvips(k) 5.86 Copyright 1999 Radical Eye Software %%Title: api.dvi %%Pages: 38 %%PageOrder: Ascend %%BoundingBox: 0 0 596 842 %%EndComments %DVIPSWebPage: (www.radicaleye.com
www.eeworm.com/read/100254/15879723

bas api.bas

Option Explicit ' ============================================================================================ ' Kernel API Declarations ' ==========================================================
www.eeworm.com/read/100149/15882421

c api.c

/*--------------------------------------------------------------------------- api.c This module supplies an UnZip engine for use directly from C/C++ programs. The functions are: UzpVer *
www.eeworm.com/read/100148/15882509

h api.h

/* Only the Windows DLL is currently supported */ #ifndef _ZIPAPI_H #define _ZIPAPI_H #include "zip.h" #ifndef PATH_MAX # define PATH_MAX 128 #endif #if defined(WINDLL) || defined(API) #include
www.eeworm.com/read/100148/15882647

c api.c

/*--------------------------------------------------------------------------- api.c This module supplies a Zip dll engine for use directly from C/C++ programs. The entry points are: Zp
www.eeworm.com/read/251183/12358867

txt 利用windows api函数和注册表获取系统信息.txt

在 开 发 应 用 程 序 时, 增 加 一 项 显 示 计 算 机 系 统 信 息 的 功 能, 例 如 已 安 装 的 软 盘、 硬 盘、 光 驱、 网 络 驱 动 器, 硬 盘 的 容 量 和 剩 余 空 间, 显 示 器 分 辨 率、 键 盘 类 型、 鼠 标 的 键 数, 内 存 大 小、CPU 类 型,<mark>Windows</mark> 的 版 本 号、 产 品 标 识、 注 册 用 户 单 位 名 和 ...
www.eeworm.com/read/192685/8361937

txt 要用鼠标点一下才能响应setcapture.txt

确 实 存 在 你 说 的 问 题 , 我 估 计 这 是 Win32 <mark>API</mark>设 计 的 特 点 , 这 同 <mark>Windows</mark> 3.x不 同 。 我 在 回 答 “通过指点操作获得窗口句柄”时 就 注 意 到 了 。 而 且 我 发 现 许 多 软 件 都 要 求 用 户 按 下 左 键 采 用 拖 放 的 方 式 的 来 选 择 窗 口 , 可 能 就 是 因 为 这 个 原 因 。 如 果 要 ...
www.eeworm.com/read/192685/8364556

txt 如何对vb的应用程序进行加密,防止拷贝.txt

一 个 办 法 是 买 现 成 的 软 件 狗 或 加 密 包 , 当 然 你 要 破 费 一 点 , 但 一 般 安 全 性 好 些 , 而 且 比 较 省 事 。 另 一 个 办 法 是 读 取 硬 盘 驱 动 器 的 序 列 号 (用 Windows API的 GetVolumeInformation, 参 见 “如何调用GetVolumeInformation获得磁盘序列号”)