代码搜索:DevMgr
找到约 109 项符合「DevMgr」的源代码
代码结果 109
www.eeworm.com/read/205824/5017915
rc devmgr.rc
/* $Id: devmgr.rc 21323 2006-03-17 15:43:34Z fireball $ */
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS W32 Device Manager Utility\0"
#define REACTOS_STR_INTERNAL_NAME "devmgr\0"
#define REACTOS
www.eeworm.com/read/205824/5018664
c devmgr.c
/**
* devmgr.c - USB driver stack project for Windows NT 4.0
*
* Copyright (c) 2002-2004 Zhiming mypublic99@yahoo.com
*
* This program/include file is free software; you can redistribute it
www.eeworm.com/read/205824/5018665
h devmgr.h
#ifndef __DEVMGR_H__
#define __DEVMGR_H__
typedef struct _DEV_CONNECT_DATA
{
DEV_HANDLE dev_handle;
struct _USB_DRIVER *pdriver;
struct _USB_DEV_MANAGER *dev_mgr;
PUSB_INTERFACE_DESC if_
www.eeworm.com/read/205824/5021734
spec devmgr.spec
# devmgr.dll exports
5 stdcall DeviceProperties_RunDLLA(ptr ptr str long)
6 stdcall DeviceProperties_RunDLLW(ptr ptr wstr long)
7 stdcall DevicePropertiesA(ptr ptr str str long)
8 stdcall De
www.eeworm.com/read/205824/5021735
rc devmgr.rc
/* $Id: devmgr.rc 22415 2006-06-19 13:27:06Z gedmurphy $ */
#include
#include "resource.h"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#define REACTOS_VERSION_DLL
#define REACTOS_STR
www.eeworm.com/read/189477/5192649
cpp devmgr.cpp
/*
* Copyright (C) 2004, Thejesh AP. All rights reserved.
*/
#include
#include
#include
#include
#include
#include