代码搜索:DirectIO
找到约 115 项符合「DirectIO」的源代码
代码结果 115
www.eeworm.com/read/311318/13632458
c directio.c
/* leddrv.c - Create an input/output character device
*/
#include
#include
#include
#include /* for -EBUSY */
#include
www.eeworm.com/read/136866/5840401
h directio.h
// DirectIO.h : main header file for the DIRECTIO DLL
//
#if !defined(AFX_DIRECTIO_H__036DBD28_7EE2_464A_93DF_8923CB9A72F7__INCLUDED_)
#define AFX_DIRECTIO_H__036DBD28_7EE2_464A_93DF_8923CB9A72F7
www.eeworm.com/read/340612/12143432
h directio.h
/* leddrv.h - the header file with the ioctl definitions.
*
* The declarations here have to be in a header file, because
* they need to be known both to the kernel module
* (in leddrv.c) a
www.eeworm.com/read/171026/5400418
rgs directio.rgs
HKCR
{
NTPort.DirectIO.1 = s 'DirectIO Class'
{
CLSID = s '{B81DDDC5-0F67-4277-8AE5-52CCE7EC0DFD}'
}
NTPort.DirectIO = s 'DirectIO Class'
{
CLSID = s '{B81DDDC5-0F67-4277-8AE5-52CCE7E
www.eeworm.com/read/171026/5400434
cpp directio.cpp
// DirectIO.cpp : CDirectIO 的实现
#include "stdafx.h"
#include "DirectIO.h"
#include ".\directio.h"
#define DEVICE_NAME_STRING L"ZNtPort"
#define IOPM_VERSION 110 // decimal
#d
www.eeworm.com/read/171026/5400437
h directio.h
// DirectIO.h : CDirectIO 的声明
#pragma once
#include "resource.h" // 主符号
#include "NTPort.h"
#include "TDriver.h"
// CDirectIO
class ATL_NO_VTABLE CDirectIO :
public CComObject
www.eeworm.com/read/333835/3381699
c directio.c
/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
* vim:expandtab:shiftwidth=8:tabstop=8:
*/
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
#include
#include
#inclu
www.eeworm.com/read/368841/9676045