代码搜索:GetPrivateProfileString
找到约 459 项符合「GetPrivateProfileString」的源代码
代码结果 459
www.eeworm.com/read/214973/15081249
cpp softdocsystem.cpp
// SoftDocSystem.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "SoftDocSystem.h"
#include "SoftDocSystemDlg.h"
#include "PassWord.h"
#include "StartWin
www.eeworm.com/read/212863/15147343
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/395426/8173709
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/293618/8282176
~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/293618/8282190
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/268066/11155446
cpp kukuupdatedlg.cpp
// kukuupdateDlg.cpp : implementation file
//
#include "stdafx.h"
#include "kukuupdate.h"
#include "kukuupdateDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_F