ReactOS 0.4.16-dev-2293-g4d8327b
FontPidlEntry Struct Reference

#include <fontpidl.hpp>

Public Member Functions

LPWSTR Name ()
 
LPWSTR FileName ()
 
LPCWSTR Name () const
 
LPCWSTR FileName () const
 

Public Attributes

WORD cb
 
WORD Magic
 
WORD ibName
 
WORD ibFileName
 

Detailed Description

Definition at line 12 of file fontpidl.hpp.

Member Function Documentation

◆ FileName() [1/2]

LPWSTR FontPidlEntry::FileName ( )
inline

Definition at line 19 of file fontpidl.hpp.

19{ return (LPWSTR)((PBYTE)this + ibFileName); }
BYTE * PBYTE
Definition: pedump.c:66
WORD ibFileName
Definition: fontpidl.hpp:17
WCHAR * LPWSTR
Definition: xmlstorage.h:184

Referenced by _FontFromIL(), _ILCreate(), CFontExt::GetDisplayNameOf(), CFontExt::GetUIObjectOf(), and RunFontViewer().

◆ FileName() [2/2]

LPCWSTR FontPidlEntry::FileName ( ) const
inline

Definition at line 21 of file fontpidl.hpp.

21{ return (LPCWSTR)((PBYTE)this + ibFileName); }
const WCHAR * LPCWSTR
Definition: xmlstorage.h:185

◆ Name() [1/2]

◆ Name() [2/2]

LPCWSTR FontPidlEntry::Name ( ) const
inline

Definition at line 20 of file fontpidl.hpp.

20{ return (LPCWSTR)((PBYTE)this + ibName); }

Member Data Documentation

◆ cb

WORD FontPidlEntry::cb

Definition at line 14 of file fontpidl.hpp.

Referenced by _FontFromIL(), and _ILCreate().

◆ ibFileName

WORD FontPidlEntry::ibFileName

Definition at line 17 of file fontpidl.hpp.

Referenced by _FontFromIL(), _ILCreate(), and FileName().

◆ ibName

WORD FontPidlEntry::ibName

Definition at line 16 of file fontpidl.hpp.

Referenced by _FontFromIL(), _ILCreate(), and Name().

◆ Magic

WORD FontPidlEntry::Magic

Definition at line 15 of file fontpidl.hpp.

Referenced by _FontFromIL(), and _ILCreate().


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