#include <owl/wsyscls.h>
|
| TResId () |
|
| TResId (TPointer id) |
|
| TResId (int id) |
|
| operator TImplicitConversionResult () const |
| Typecasting operator that converts this to the pointer representation of the encapsulated Windows resource identifier.
|
|
| TResIdT () |
| Sets the identifier to 0.
|
|
| TResIdT (TPointer id) |
| Encapsulates the given Windows resource identifier.
|
|
| TResIdT (int id) |
| Encapsulates the given numerical Windows resource identifier.
|
|
TPointer | GetPointerRepresentation () const |
| Returns the encapsulated pointer.
|
|
bool | IsInt () const |
| Returns true if this resource identifier encodes an integer value.
|
|
bool | IsString () const |
| Returns true if this resource identifier encodes a string pointer.
|
|
WORD | GetInt () const |
| Returns the encapsulated numerical identifier, provided this resource identifier encodes a numerical identifier.
|
|
TPointer | GetString () const |
| Returns the encapsulated string pointer, provided this resource identifier encodes a string pointer.
|
|
Definition at line 205 of file wsyscls.h.
◆ TImplicitConversionResult
◆ TResId() [1/3]
◆ TResId() [2/3]
◆ TResId() [3/3]
owl::TResId::TResId |
( |
int | id | ) |
|
|
inline |
◆ operator TImplicitConversionResult()
Typecasting operator that converts this to the pointer representation of the encapsulated Windows resource identifier.
This operator is deprecated. Use GetPointerRepresentation instead.
Definition at line 226 of file wsyscls.h.
The documentation for this class was generated from the following file: