ReactOS 0.4.15-dev-7834-g00c4b3d
_DOS_MCB Struct Reference

#include <memory.h>

Public Attributes

CHAR BlockType
 
WORD OwnerPsp
 
WORD Size
 
BYTE Unused [3]
 
CHAR Name [8]
 

Detailed Description

Definition at line 28 of file memory.h.

Member Data Documentation

◆ BlockType

CHAR _DOS_MCB::BlockType

◆ Name

CHAR _DOS_MCB::Name[8]

Definition at line 34 of file memory.h.

Referenced by DosAllocateMemory(), and DosInitializeUmb().

◆ OwnerPsp

WORD _DOS_MCB::OwnerPsp

◆ Size

◆ Unused

BYTE _DOS_MCB::Unused[3]

Definition at line 33 of file memory.h.


The documentation for this struct was generated from the following file: