ChinaUnix.net
相关文章推荐:

SQLite API函数

http://hi.baidu.com/zengzhaonong/blog/category/%C7%FD%B6%AF%BF%AA%B7%A2api/index/2 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u2/78225/showart_1274036.html

by yuchuan2008 - Linux文档专区 - 2008-10-06 17:07:17 阅读(572) 回复(0)

相关讨论

BroadcastSystemMessage 将一条系统消息广播给系统中所有的顶级窗口 GetMessagePos 取得消息队列中上一条消息处理完毕时的鼠标指针屏幕位置 GetMessageTime 取得消息队列中上一条消息处理完毕时的时间 PostMessage 将一条消息投递到指定窗口的消息队列 PostThreadMessage 将一条消息投递给应用程序 RegisterWindowMessage 获取分配给一个字串标识符的消息编号 ReplyMessage 答复一个消息 SendMessage 调用一个窗口的...

by 杨竹青 - OpenAPI - 2008-07-31 16:12:49 阅读(3281) 回复(0)

1. api之网络函图书,delphi源代码,delphi源程序,.Net,VB.net,C#,Asp.net 5xl5 WNetAddConnection 创建同一个网络资源的永久性连接 Mb WNetAddConnection2 创建同一个网络资源的连接 4y# WNetAddConnection3 创建同一个网络资源的连接 1{ WNetCancelConnection 结束一个网络连接 D={n WNetCancelConnection2 结束一个网络连接 &=$.1f WNetCloseEnum 结束一次枚举操作 B=GL WNetConnectionDialog 启动一个标准对话框,以便建立同网...

by 杨竹青 - OpenAPI - 2008-07-30 15:25:58 阅读(2900) 回复(0)

想在程序中加一个计时的功能,记录从开始游戏时经过的时间,以秒为单位。翻了下资料,发现timeGetTime这个api函数正和我意。先粘来函数在MSDN上的介绍。 timeGetTime The timeGetTime function retrieves the system time, in milliseconds. The system time is the time elapsed since Windows was started. DWORD timeGetTime(VOID); Parameters This function does not take parameters. Return Values Returns the system t...

by 杨竹青 - OpenAPI - 2008-07-28 15:18:49 阅读(4999) 回复(0)

MagickCore api 是C语言和ImageMagick 图片处理库之间的低端接口。不像 MagickWand C api接口中的一些不透明的结构和方法。使用MagickCore 你可以直接的存取结构成员。 http://www.imagemagick.org/script/magick-core.php 01.Initialize or Destroy the ImageMagick Environment : MagickBooleanType IsMagickInstantiated(void) MagickCoreGenesis(const char *path,const MagickBooleanType establish_signal_handlers) Magi...

by zheng80037 - Linux文档专区 - 2008-03-03 15:49:19 阅读(725) 回复(0)

哪位大虾知道“QCLRPGMI”这给系统api函数这么用?请给讲讲。。谢谢!

by huangxkst - AS400 - 2007-10-08 14:54:31 阅读(2511) 回复(2)

我想在使用pb开发的客户端自动升级程序,原来我使用共享升级,调用api函数copyfile,现在我想使用ftp升ap级,不知道调用api的什么函数,请知道的给回答一下!

by geityworld - Sybase - 2004-07-05 10:06:50 阅读(974) 回复(0)

本帖最后由 463289029qq 于 2011-01-26 21:36 编辑 Windows api函数大全(共2258个api函数) 很好的资源 要看看

by 463289029qq - OpenAPI - 2012-07-29 10:24:32 阅读(4536) 回复(1)

const char* CppMySQLQuery::fieldName(int nCol) /////////////////////////////////////////////////////////////////// { if ( _mysql_res == NULL ) return NULL; mysql_field_seek(_mysql_res, nCol);//nCol //offset _field = mysql_fetch_field(_mysql_res); if ( _field != NULL )//while(_field != NULL) return _field->name; else return NULL; } 函数如上,如此输出。 field->name 能得到所有的列字段...

by darrellchengyu - MySQL - 2013-01-07 13:26:30 阅读(957) 回复(0)

请问下 zend api 怎么调用 写好的php函数? php_function(test) 怎么在php_functin(use_test) 中调用test 谢谢。

by zerotwos - PHP - 2011-07-23 18:13:13 阅读(2607) 回复(0)

大家谁知道windows的遍历系统进程的api函数?用java怎么调用?谢谢了

by wxibing - Java - 2008-11-25 11:52:59 阅读(2389) 回复(3)