DiMgslGetTraceLevel


Prototype  
NTSTATUS DiMgslGetTraceLevel( void *Handle,
                              PULONG TraceLevel );
Parameters  
Handle
handle to open port
TraceLevel
pointer to buffer to hold returned trace level
Return Value  
STATUS_SUCCESS
Success
STATUS_INVALID_PARAMETER
TraceLevel is invalid
STATUS_INVALID_HANDLE
Handle is invalid

Return the current trace level in the buffer specified by TraceLevel. The trace level is specified with bit flags defined by the TraceLevel_XXX constants.


Previous Contents Next