代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/486343/6540062
h killprocess.h
// Kill a process by name
// by Eugene Polonsky
// NT4 requires separate handling, because it doesn't support the ToolHelp32 API
// for more details see http://www.codeproject.com/threads/killpr
www.eeworm.com/read/477140/6739020
c mydll.c
#include
int GlobalVar=100;
#pragma code_seg("MyCodeSeg1")
_declspec(dllexport) int WINAPI NonRelocatableFunction()
{
int x,y,z;
x=y=z=0;
return x;
}
#pragma code_seg()
www.eeworm.com/read/404527/11484381
cpp critical.cpp
#include
#include
DWORD WINAPI Fun1Proc(
LPVOID lpParameter // thread data
);
DWORD WINAPI Fun2Proc(
LPVOID lpParameter // thread data
);
int tickets=100
www.eeworm.com/read/156804/11763376
cpp cppskel.cpp
/*
* CppSkel.cpp
*
* Sample code for "Multithreading Applications in Win32"
* This is from Chapter 9, Listing 9-1
*
* Show how to cast the parameters to _beginthreadex
* so that they wi
www.eeworm.com/read/258225/11875076
h ddeml.h
/*****************************************************************************\
* *
* ddeml.h - DDEML API header file
www.eeworm.com/read/258225/11875151
h penwoem.h
/*****************************************************************************\
* *
* penwoem.h - Pen Windows APIs into
www.eeworm.com/read/258225/11875232
h stress.h
/*****************************************************************************\
* *
* stress.h - Stress functions defin
www.eeworm.com/read/339217/12250510
cpp critical.cpp
#include
#include
DWORD WINAPI Fun1Proc(
LPVOID lpParameter // thread data
);
DWORD WINAPI Fun2Proc(
LPVOID lpParameter // thread data
);
int tickets=100
www.eeworm.com/read/149982/12327741
h captiondemodlg.h
// CaptionDemoDlg.h : header file
//
#if !defined(AFX_CAPTIONDEMODLG_H__71F9C68C_049E_11D6_BF2C_0090279C5D64__INCLUDED_)
#define AFX_CAPTIONDEMODLG_H__71F9C68C_049E_11D6_BF2C_0090279C5D64__INCLUD
www.eeworm.com/read/129955/14215931
cpp qssreader.cpp
// QSSReader.cpp : Implementation of WinMain
// Note: Proxy/Stub Information
// To build a separate proxy/stub DLL,
// run nmake -f QSSReaderps.mk in the project directory.
#inclu