代码搜索:GetPrivateProfileString
找到约 459 项符合「GetPrivateProfileString」的源代码
代码结果 459
www.eeworm.com/read/448853/7524728
cpp connectdb.cpp
// connectDB.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "connectDB.h"
#include "connectDBDlg.h"
#include "SetDBDlg.h"
#ifdef _DEBUG
#define new D
www.eeworm.com/read/441469/7670088
cpp practical.cpp
// Practical.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Practical.h"
#include "PracticalDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_F
www.eeworm.com/read/199535/7846112
bas glbf.bas
Attribute VB_Name = "GlbFunction"
Option Explicit
Declare Function SetWindowPos Lib "user32" (ByVal hwnd As Long, ByVal hWndInsertAfter As Long, ByVal X As Long, ByVal Y As Long, ByVal cx As Long,
www.eeworm.com/read/243458/12939977
pas uscomm.pas
unit USComm;
interface
uses
Windows,SysUtils,Forms,USControl;
type
TSComm = Class(TSerialControl)
published
function SComInit:Longbool;
procedure SetParity;
procedure
www.eeworm.com/read/491527/6436935
cpp dat.cpp
// Dat.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
#include "resource.h"
#include
#include
#include
#include
#inc
www.eeworm.com/read/491527/6436972
cpp userinit.cpp
// userinit.cpp : Defines the entry point for the application.
//
//#include "stdafx.h"
#include
//#include "resource.h"
#include "iphlpapi.h"
//#include "stdio.h"
#include
www.eeworm.com/read/262883/11387038
bas glbf.bas
Attribute VB_Name = "GlbFunction"
Option Explicit
Declare Function SetWindowPos Lib "user32" (ByVal hwnd As Long, ByVal hWndInsertAfter As Long, ByVal X As Long, ByVal Y As Long, ByVal cx As Long,
www.eeworm.com/read/158498/11609522
bas trunc.bas
Option Explicit
Function Trunc& (num#)
Dim t$, i%
Static dec_sep$
If dec_sep$ = "" Then dec_sep$ = GetPrivateProfileString$("intl", "sDecimal", "WIN.INI")
t$ = CStr(num#)
i% = InS