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

📄 gpps.h

📁 关系型数据库 Postgresql 6.5.2
💻 H
字号:
// GetPrivateProfileString// for UNIX use#ifndef GPPS_H#define GPPS_H#ifdef HAVE_CONFIG_H#include "config.h"#endif#ifndef WIN32#include <sys/types.h>#include "iodbc.h"#endif#ifdef __cplusplusextern "C" {#endifDWORDGetPrivateProfileString(char *theSection,   // section name    char *theKey,                           // search key name    char *theDefault,                       // default value if not found    char *theReturnBuffer,                  // return valuse stored here    size_t theBufferLength,                 // byte length of return buffer    char *theIniFileName);                  // pathname of ini file to searchDWORDWritePrivateProfileString(char *theSection,	// section name	char *theKey,		// write key name	char *theBuffer,	// input buffer	char *theIniFileName);	// pathname of ini file to write#ifdef __cplusplus}#endif#ifndef WIN32#undef DWORD#endif#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -