DirectX 5 Redocumentation
A redocumentation of DirectX 5, brought to you by a bunch of Infomaniacs.
_D3DRMPMESHLOADSTATUS Struct Reference

#include <d3drmdef.h>

Data Fields

DWORD dwSize
 Size of this structure. More...
 
DWORD dwPMeshSize
 Total Size (bytes) More...
 
DWORD dwBaseMeshSize
 Total Size of the Base Mesh. More...
 
DWORD dwBytesLoaded
 Total bytes loaded. More...
 
DWORD dwVerticesLoaded
 Number of vertices loaded. More...
 
DWORD dwFacesLoaded
 Number of faces loaded. More...
 
HRESULT dwLoadResult
 Result of the load operation. More...
 
DWORD dwFlags
 

Field Documentation

◆ dwBaseMeshSize

DWORD _D3DRMPMESHLOADSTATUS::dwBaseMeshSize

Total Size of the Base Mesh.

◆ dwBytesLoaded

DWORD _D3DRMPMESHLOADSTATUS::dwBytesLoaded

Total bytes loaded.

◆ dwFacesLoaded

DWORD _D3DRMPMESHLOADSTATUS::dwFacesLoaded

Number of faces loaded.

◆ dwFlags

DWORD _D3DRMPMESHLOADSTATUS::dwFlags

◆ dwLoadResult

HRESULT _D3DRMPMESHLOADSTATUS::dwLoadResult

Result of the load operation.

◆ dwPMeshSize

DWORD _D3DRMPMESHLOADSTATUS::dwPMeshSize

Total Size (bytes)

◆ dwSize

DWORD _D3DRMPMESHLOADSTATUS::dwSize

Size of this structure.

◆ dwVerticesLoaded

DWORD _D3DRMPMESHLOADSTATUS::dwVerticesLoaded

Number of vertices loaded.


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