代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/286235/4041096
c menulib.c
#include
#include
//#include
#include
#include
#include
/*
typedef HMENU ( WINAPI * PMENU_CREATE )( void );
HMENU WINAPI Menu_
www.eeworm.com/read/492697/6419759
h powrprof.h
/*****************************************************************************\
* *
* powrprof.h - - Interface for powrp
www.eeworm.com/read/406072/11450067
h d3dx9math.h
//////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) Microsoft Corporation. All Rights Reserved.
//
// File: d3dx9math.h
// Content: D3D
www.eeworm.com/read/135259/13947289
h oid.h
//==========================================================================================================================
// MODULE: OID.h
//
// Description:
//
// Bloodhound Kernel, OID
www.eeworm.com/read/472881/1403177
h bmpres.h
typedef struct tagBMPRESOURCE {
int name;
MWIMAGEHDR *bmp;
} BMPRESOURCE;
void WINAPI SetBitmapResources ( BMPRESOURCE *res );
www.eeworm.com/read/236296/4642400
bas testdll.bas
' ###########################################################################
#COMPILE DLL
#INCLUDE "d:\pb6\winapi\win32api.inc"
' ####################################################
www.eeworm.com/read/430360/1931495
bas testdll.bas
' ###########################################################################
#COMPILE DLL
#INCLUDE "d:\pb6\winapi\win32api.inc"
' ####################################################
www.eeworm.com/read/409919/2228420
c test.c
#include
//----------------------------------------------------------------------
int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance,
PSTR szCmdLin
www.eeworm.com/read/409919/2228434
c test.c
#include
//----------------------------------------------------------------------
int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance,
PSTR szCmdLin
www.eeworm.com/read/462567/7200237
h mainwind.h
#pragma once
#include "stdafx.h"
#define MZ_IDC_TOOLBARDOWN 112
DWORD WINAPI Fun1Proc( LPVOID lpParameter );
//DWORD WINAPI Fun2Proc( LPVOID lpParameter );
// 从CMzWnd派生主窗口类
class Ma