Condividi tramite


Tipi di risorsa

Di seguito sono riportati i tipi di risorse predefiniti.

Costante/valore Descrizione
RT_ACCELERATOR
MAKEINTRESOURCE(9)
Tabella acceleratore.
RT_ANICURSOR
MAKEINTRESOURCE(21)
Cursore animato.
RT_ANIICON
MAKEINTRESOURCE(22)
Icona animata.
RT_BITMAP
MAKEINTRESOURCE(2)
Risorsa bitmap.
RT_CURSOR
MAKEINTRESOURCE(1)
Risorsa cursore dipendente dall'hardware.
RT_DIALOG
MAKEINTRESOURCE(5)
Dialogo.
RT_DLGINCLUDE
MAKEINTRESOURCE(17)
Consente a uno strumento di modifica delle risorse di associare una stringa a un file rc. In genere, la stringa è il nome del file di intestazione che fornisce nomi simbolici. Il compilatore di risorse analizza la stringa, ma in caso contrario ignora il valore. Ad esempio,
1 DLGINCLUDE "MyFile.h"
RT_FONT
MAKEINTRESOURCE(8)
Risorsa carattere.
RT_FONTDIR
MAKEINTRESOURCE(7)
Risorsa directory carattere.
RT_GROUP_CURSOR
MAKEINTRESOURCE((ULONG_PTR)(RT_CURSOR) + 11)
Risorsa cursore indipendente dall'hardware.
RT_GROUP_ICON
MAKEINTRESOURCE((ULONG_PTR)(RT_ICON) + 11)
Risorsa icona indipendente dall'hardware.
RT_HTML
MAKEINTRESOURCE(23)
Risorsa HTML.
RT_ICON
MAKEINTRESOURCE(3)
Risorsa icona dipendente dall'hardware.
RT_MANIFEST
MAKEINTRESOURCE(24)
Manifesto dell'assembly side-by-side.
RT_MENU
MAKEINTRESOURCE(4)
Risorsa di menu.
RT_MESSAGETABLE
MAKEINTRESOURCE(11)
Voce della tabella dei messaggi.
RT_PLUGPLAY
MAKEINTRESOURCE(19)
Plug and Play risorsa.
RT_RCDATA
MAKEINTRESOURCE(10)
Risorsa definita dall'applicazione (dati non elaborati).
RT_STRING
MAKEINTRESOURCE(6)
Voce di tabella stringa.
RT_VERSION
MAKEINTRESOURCE(16)
Risorsa versione.
RT_VXD
MAKEINTRESOURCE(20)
VXD.

Requisiti

Requisito Valore
Intestazione
Winuser