नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
Gets the module that is being loaded or unloaded.
Syntax
Parameters
pModule
[out] Returns an IDebugModule2 object that represents the module which is loading or unloading.
pbstrDebugMessage
[in, out] Returns an optional message describing this event. If this parameter is a null value, no message is requested.
pbLoad
[in, out] Nonzero (TRUE) if the module is loading and zero (FALSE) if the module is unloading. If this parameter is a null value, no status is requested.
Return Value
If successful, returns S_OK; otherwise, returns an error code.