Condividi tramite


IDebugModule3:: SetJustMyCodeState

Contrassegna il modulo come codice utente o meno.

HRESULT SetJustMyCodeState(
   BOOL fIsUserCode
);
int SetJustMyCodeState(
   int fIsUserCode
);

Parametri

  • fIsUserCode
    [in] Diverso da zero (TRUE) se il modulo è considerato codice utente, zero (FALSE).

Valore restituito

Se l'operazione riesce, restituisce S_OK; in caso contrario, codice di errore restituito.

Vedere anche

Riferimenti

IDebugModule3