Struttura ServerInformation (combaseapi.h)
Rappresenta l'implementazione di un'interfaccia COM (Component Object Model) in un processo server.
Sintassi
typedef struct tagServerInformation {
DWORD dwServerPid;
DWORD dwServerTid;
UINT64 ui64ServerAddress;
} ServerInformation, *PServerInformation;
Members
dwServerPid
ID del processo del server.
dwServerTid
ID del thread dell'oggetto server se si trova nella sta, 0 se si trova nell'MTA e 0x0000FFFF se si trova nell'istanza na.
ui64ServerAddress
ui64ServerAddress è considerato un tipo di valore a 64 bit, anziché un puntatore a un valore a 64 bit e non è un puntatore a un oggetto nel processo del debugger. Questo indirizzo viene invece passato alla funzione ReadProcessMemory .
Commenti
La struttura ServerInformation viene usata dalla funzione CoDecodeProxy per consentire ai debugger nativi di individuare l'implementazione di un'interfaccia COM in un processo server, data una Windows Runtime interfaccia su un proxy all'oggetto Windows Runtime.
Requisiti
Requisito | Valore |
---|---|
Intestazione | combaseapi.h |