代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/350642/10722707
cpp crit_section.cpp
#include
CRITICAL_SECTION cs;
// Child thread procedure.
DWORD WINAPI ChildThreadProc(HWND hWnd)
{
TCHAR szBuffer[256]; // Work area for print formatting.
wsprintf( sz
www.eeworm.com/read/349896/10791300
cpp hdapi.cpp
#include "stdafx.h"
#include "odbcinst.h"
#include "HDAPI.h"
extern "C" int WINAPI HDCreateDBFile(CString strFileName)
{
if(strFileName.IsEmpty())
return 0;
if(strFileName.GetLength()
www.eeworm.com/read/456718/6944204
cpp diaoyong.cpp
// diaoyong.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
#include "GetFileOpenName.h"
#include "CamDll.h"
int WINAPI WinMain( HINSTANCE hInstance,
HINSTANCE h
www.eeworm.com/read/208178/7117735
c sysmain.c
#include "SysMain.h"
#include "_GlobalVars.h"
#include "_Constants.h"
#include "resource.h"
int WINAPI
WinMain(HINSTANCE hThisInstance, HINSTANCE hPrevInstance, LPSTR lpszCmdLine, int nCmdShow)
www.eeworm.com/read/441781/7665104
cpp bankomatproj.cpp
#include
#pragma hdrstop
USEFORM("bankomat.cpp", FBank);
USEFORM("ostrzezenie.cpp", Form1);
WINAPI WinMain(HINSTANCE, HINSTANCE, LPSTR, int) {
try {
Application -> Initia
www.eeworm.com/read/145378/12732563
cpp main.cpp
#include "DXDW.h"
DX *dx = NULL;
LRESULT WINAPI MsgProc( HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam )
{
if (dx) dx->keydown = false;
switch( msg )
{
case W
www.eeworm.com/read/145377/12732608
cpp main.cpp
#include "DXDW.h"
DX *dx = NULL;
LRESULT WINAPI MsgProc( HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam )
{
if (dx) dx->keydown = false;
switch( msg )
{
case W
www.eeworm.com/read/145376/12732662
cpp main.cpp
#include "DXDW.h"
DX *dx = NULL;
LRESULT WINAPI MsgProc( HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam )
{
if (dx) dx->keydown = false;
switch( msg )
{
case W
www.eeworm.com/read/141545/13003324
cpp crit_section.cpp
#include
CRITICAL_SECTION cs;
// Child thread procedure.
DWORD WINAPI ChildThreadProc(HWND hWnd)
{
TCHAR szBuffer[256]; // Work area for print formatting.
wsprintf( sz
www.eeworm.com/read/240014/13240357
c hellomsg.c
#include
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
PSTR szCmdLine, int iCmdShow)
{
MessageBox(NULL, TEXT("Hello, Win98!"), TEXT("HelloMsg"), MB_ICONQUEST