Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Makes a program unavailable to be debugged.
Syntax
Parameters
pDebuggeeInterface
[in] An IUnknown interface to the program. This is the same value supplied to the PublishProgram method and uniquely identifies the program being removed (that is, it's used as a cookie).
Return Value
If successful, returns S_OK; otherwise, returns an error code.
Remarks
To make a program available to the debug engines and session debug manager, use the PublishProgram method.