IDebugTypeFieldBuilder:: CreatePrimitive
crea un oggetto che rappresenta un tipo primitivo.
HRESULT CreatePrimitive (
DWORD dwElementType,
IDebugField ** pTypeField
);
int CreatePrimitive (
uint dwElementType,
out IDebugField pTypeField
);
Parametri
dwElementType
[in] Valore Enumerazione CorElementType dall'oggetto che rappresenta il tipo primitivo.pTypeField
[out] restituisce l'interfaccia di IDebugField per il nuovo tipo.
Valore restituito
Se l'operazione riesce, restituisce S_OK; in caso contrario, restituisce un codice di errore.