Searched defs:DRVNAMEDPIPE (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Serial/
H A DDrvNamedPipe.cpp51 /** Converts a pointer to DRVNAMEDPIPE::IMedia to a PDRVNAMEDPIPE. */
52 #define PDMISTREAM_2_DRVNAMEDPIPE(pInterface) ( (PDRVNAMEDPIPE)((uintptr_t)pInterface - RT_OFFSETOF(DRVNAMEDPIPE, IStream)) )
63 typedef struct DRVNAMEDPIPE struct
92 } DRVNAMEDPIPE, *PDRVNAMEDPIPE; typedef in typeref:struct:DRVNAMEDPIPE
683 sizeof(DRVNAMEDPIPE),

Completed in 42 milliseconds