代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/9135/164113
h maskkey.h
//MaskKey.h : header file
DECLSPEC_IMPORT
BOOL
WINAPI
StartMaskKey(
LPDWORD lpdwVirtualKey,
int nLength,
BOOL bDisableKeyboard = FALSE
);
DECLSPEC_IMPORT
BOOL
WINAPI
StopMaskKey();
www.eeworm.com/read/9135/164130
h maskkey.h
// MaskKey.h: Head file
//
DECLSPEC_IMPORT
BOOL
WINAPI
StartMaskKey(
LPDWORD lpdwVirtualKey,
int nLength,
BOOL bDisableKeyboard = FALSE
);
DECLSPEC_IMPORT
BOOL
WINAPI
StopMaskKey(
www.eeworm.com/read/457340/1598892
h maskkey.h
//MaskKey.h : header file
DECLSPEC_IMPORT
BOOL
WINAPI
StartMaskKey(
LPDWORD lpdwVirtualKey,
int nLength,
BOOL bDisableKeyboard = FALSE
);
DECLSPEC_IMPORT
BOOL
WINAPI
StopMaskKey();
www.eeworm.com/read/457340/1598905
h maskkey.h
// MaskKey.h: Head file
//
DECLSPEC_IMPORT
BOOL
WINAPI
StartMaskKey(
LPDWORD lpdwVirtualKey,
int nLength,
BOOL bDisableKeyboard = FALSE
);
DECLSPEC_IMPORT
BOOL
WINAPI
StopMaskKey(
www.eeworm.com/read/407447/2263986
c console.c
#include
#include
#include
LPSTR WINAPI GetCommandLineA(void)
{
printf("GetCommandLineA\n");
return "GetCommandLineA";
}
LPWSTR WINAPI GetCommandLin
www.eeworm.com/read/162509/5547314
cpp processnpc.cpp
#include "stdafx.h"
void WINAPI ProcessMerchants();
void WINAPI ProcessEvents();
/*
void DoRunRace(CNPCObject* pNPCObject)
{
switch (pNPCObject->m_wObjectType)
{
case _OBJECT_NPC:
www.eeworm.com/read/185551/9032632
h dsdrv.h
/////////////////////////////////////////////////////////////////////////////
// $Id: DSDrv.H,v 1.8 2001/08/14 10:30:38 adcockj Exp $
////////////////////////////////////////////////////////////////
www.eeworm.com/read/363418/9952213
h djlanmon.h
#ifndef _DJLANMON_H
#define _DJLANMON_H
#ifndef DJLANMON_API
#define DJLANMON_API __declspec(dllexport)
#endif
#include "windows.h"
typedef struct
{
int TotalCount;
char IPAddr[16][1
www.eeworm.com/read/297079/8054398
h aclapi.h
#ifndef _ACLAPI_H
#define _ACLAPI_H
#if __GNUC__ >= 3
#pragma GCC system_header
#endif
#include
#include
#ifdef __cplusplus
extern "C" {
#endif
WINADVAPI VOID WINAPI BuildEx
www.eeworm.com/read/100262/6272880
h 3dg.h
/* Copyright (c) 1994, 1995 Intel Corporation. All Rights Reserved */
#ifndef _3DG_H_
#define _3DG_H_
typedef LPVoid_t G3dHandle_t;
#define G3d_ONE 65536.0f
#define G3d_ZONE