代码搜索:Structs

找到约 2,696 项符合「Structs」的源代码

代码结果 2,696
www.eeworm.com/read/204040/5035027

h dos.h

/*** *dos.h - definitions for MS-DOS interface routines * * Copyright (c) 1985-1988, Microsoft Corporation. All rights reserved. * *Purpose: * Defines the structs and unions used for the di
www.eeworm.com/read/204040/5036349

h dos.h

/*** *dos.h - definitions for MS-DOS interface routines * * Copyright (c) 1985-1990, Microsoft Corporation. All rights reserved. * *Purpose: * Defines the structs and unions used for the direct
www.eeworm.com/read/200278/5071023

c client.c

#include "opend.h" #define NALLOC 10 /* # client structs to alloc/realloc for */ static void client_alloc(void) /* alloc more entries in the client[] array */ { int i; if (client == NULL) cl
www.eeworm.com/read/344610/3207256

c blkwire.c

/********************** BlkWire.c * ***********************/ #define BLKLINE_GLOBALS #include "includes.h" #include "bsp.h" #include "structs.h" #include "tools.h" #include "timetask.h" #
www.eeworm.com/read/340665/3269903

h wcekernel.h

#ifndef _WCEKERNEL_H_ #define _WCEKERNEL_H_ /* Definitions and structs for Kernel Exceptions and handling */ #define STATUS_SUCCESS ((DWORD )0x00000000L) #define STATUS_UNSUCCESSF
www.eeworm.com/read/340665/3271716

h wcekernel.h

#ifndef _WCEKERNEL_H_ #define _WCEKERNEL_H_ /* Definitions and structs for Kernel Exceptions and handling */ #define STATUS_SUCCESS ((DWORD )0x00000000L) #define STATUS_UNSUCCESSF
www.eeworm.com/read/296297/3907259

h rock.h

/* this header is from the linux kernel */ #ifndef ROCK_H #define ROCK_H 1 /* These structs are used by the system-use-sharing protocol, in which the Rock Ridge extensions are embedded. It is qu
www.eeworm.com/read/288366/4007528

h hal_usb.h

/** @file * * Header file defining the descriptors used in an application. * The header file must define the following type defined structs: * - hal_usb_conf_desc_templ_t * - hal_usb_strin
www.eeworm.com/read/282003/4110334

java usbio_pipe_configuration_info.java

package de.thesycon.usbio.structs; /** * The USBIO_PIPE_CONFIGURATION_INFO class provides information about a pipe. * This structure returns results of the IOCTL_USBIO_GET_CONFIGURATION_INFO op
www.eeworm.com/read/282003/4110340

java usbio_base_struct.java

package de.thesycon.usbio.structs; /** * The USBIO_BASE_STRUCT class is the base class of USBIO struct classes. */ public abstract class USBIO_BASE_STRUCT { protected int Size; /**