代码搜索:Function
找到约 10,000 项符合「Function」的源代码
代码结果 10,000
www.eeworm.com/read/160121/10569225
doc function.doc
www.eeworm.com/read/423289/10574088
c function.c
www.eeworm.com/read/278028/10580011
c function.c
www.eeworm.com/read/352042/10586850
cpp function.cpp
#include
#include
#include "function.h"
// DWORD ReadPort(HANDLE hDevice,DWORD port)
// {
// DWORD dwOutput;
// DWORD dwRead;
// DeviceIoControl(hDevice, IOCTL_READ
www.eeworm.com/read/352042/10586854
h function.h
#ifndef FUNCTION_H
#define FUNCTION_H
//#include "../MyDriver/Ioctls.h"
DWORD ReadPort(HANDLE hDevice,DWORD port);
VOID WritePort(HANDLE hDevice,DWORD port,DWORD value);
VOID TestDriver(HAND
www.eeworm.com/read/277874/10597357
c function.c
www.eeworm.com/read/351845/10603526
cc function.cc
//========================================================================
//
// Function.cc
//
// Copyright 2001-2003 Glyph & Cog, LLC
//
//===========================================================