Lines Matching defs:VERR_INVALID_POINTER
163 AssertPtrReturn(pszPath, VERR_INVALID_POINTER);
221 AssertPtrReturn(pszPath, VERR_INVALID_POINTER);
261 AssertPtrReturn(pszPath, VERR_INVALID_POINTER);
263 AssertPtrReturn(pObjInfo, VERR_INVALID_POINTER);
423 AssertPtrReturn(pszPath, VERR_INVALID_POINTER);
425 AssertPtrNullReturn(pAccessTime, VERR_INVALID_POINTER);
426 AssertPtrNullReturn(pModificationTime, VERR_INVALID_POINTER);
427 AssertPtrNullReturn(pChangeTime, VERR_INVALID_POINTER);
428 AssertPtrNullReturn(pBirthTime, VERR_INVALID_POINTER);
592 AssertMsgReturn(VALID_PTR(pszSrc), ("%p\n", pszSrc), VERR_INVALID_POINTER);
593 AssertMsgReturn(VALID_PTR(pszDst), ("%p\n", pszDst), VERR_INVALID_POINTER);
687 AssertPtrReturn(pszPath, VERR_INVALID_POINTER);