mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[UMPNPMGR] Improve some debug messages
This commit is contained in:
parent
637b1e8661
commit
38494d0997
1 changed files with 6 additions and 2 deletions
|
@ -2605,7 +2605,9 @@ PNP_GetClassRegProp(
|
|||
|
||||
UNREFERENCED_PARAMETER(hBinding);
|
||||
|
||||
DPRINT("PNP_GetClassRegProp() called\n");
|
||||
DPRINT("PNP_GetClassRegProp(%p %S %lu %p %p %p %p 0x%08lx)\n",
|
||||
hBinding, pszClassGuid, ulProperty, pulRegDataType,
|
||||
Buffer, pulTransferLen, pulLength, ulFlags);
|
||||
|
||||
if (pulTransferLen == NULL || pulLength == NULL)
|
||||
{
|
||||
|
@ -2728,7 +2730,9 @@ PNP_SetClassRegProp(
|
|||
|
||||
UNREFERENCED_PARAMETER(hBinding);
|
||||
|
||||
DPRINT("PNP_SetClassRegProp() called\n");
|
||||
DPRINT("PNP_SetClassRegProp(%p %S %lu %lu %p %lu 0x%08lx)\n",
|
||||
hBinding, pszClassGuid, ulProperty, ulDataType,
|
||||
Buffer, ulLength, ulFlags);
|
||||
|
||||
if (ulFlags != 0)
|
||||
return CR_INVALID_FLAG;
|
||||
|
|
Loading…
Reference in a new issue