CR_INVALID_POINTER
Code: 0x3 (3)
As HRESULT:- S: 0 (Success)
- C: 0 (Microsoft-defined)
- N: 0 (Not an NTSTATUS value)
- Facility: 0x000 (FACILITY_NULL: Default)
- Code: 0x0003 (3)
- Sev: 0 (STATUS_SEVERITY_SUCCESS)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x0003 (3)
Associated Modules
| Module | Code | Found in | Description |
|---|---|---|---|
| DevDispItemProvider.dll | 0x3 | 8.11011 | %1 - Left |
| ESENT.dll | 0x3 | 8.11011 | Logging/Recovery |
| EhStorTcgDrv.sys | 0x3 | 1011 | An operation has failed (%3, %4, %5, %6). %1 NTStatus: %2 |
| EventCreate.exe | 0x3 | 78.11011 | %1 |
| FXSEVENT.dll | 0x3 | 1011 | Inbound |
| KernelBase.dll | 0x3 | 78.1 | The system cannot find the path specified. |
| LocationNotifications.exe | 0x3 | 8.1 | Trigger event for Location Notifications. |
| NetTCPIP.dll | 0x3 | 1011 | Not all required properties are specified: either one of %1 %2 and either one of %3 %4 |
| SMCCx.dll | 0x3 | 1011 | An operation has failed (%3, %4, %5, %6). %1 NTStatus: %2 |
| ServiceModelEvents.dll | 0x3 | 78.11011 | ObjectAccess |
| UsbccidDriver.dll | 0x3 | 1011 | An operation has failed (%3, %4, %5, %6). %1 NTStatus: %2 |
| VSSVC.exe | 0x3 | 1011 | Volume Shadow Copy Service initialization error: the COM library cannot be initialized [%1]. %2 |
| WUDFUsbccidDriver.dll | 0x3 | 1011 | An operation has failed (%3, %4, %5, %6). %1 NTStatus: %2 |
| WinSAT.exe | 0x3 | 1011 | The assessments or other operations completed successfully. |
| WudfSMCClassExt.dll | 0x3 | 1011 | An operation has failed (%3, %4, %5, %6). %1 NTStatus: %2 |
| apphelp.dll | 0x3 | 8.11011 | The application (%3, from vendor %5) was detected containing legacy redistributable software. |
| bootstr.dll | 0x3 | 10 | Windows 10 |
| bootstr.dll | 0x3 | 11 | Windows 11 |
| cdosys.dll | 0x3 | 78.11011 | General |
| cmimcext.sys | 0x3 | 1011 | Initial Machine Configuration was unable to unload the IMC hive once processing was completed. The status was %1. |
| connect.dll | 0x3 | 78.11011 | Successfully connected to %1!s! |
| cscui.dll | 0x3 | 1011 | Network interface has been disconnected. |
| deviceaccess.dll | 0x3 | 8.1 | Task %1 canceled servicing of device %3 because: %2. |
| deviceregistration.dll | 0x3 | 1011 | Workplace Join discovery succeeded. |
| dimsjob.dll | 0x3 | 78.11011 | Certificate Services Client has detected network connectivity. |
| dskquota.dll | 0x3 | 78.11011 | Error %1 opening group policy registry key %2. %3. |
| dskquoui.dll | 0x3 | 78.11011 | Error %1 opening group policy registry key %2. %3. |
| dsreg.dll | 0x3 | 1011 | %1 |
| dssec.dll | 0x3 | 78.11011 | Reset password |
| ehepgres.dll | 0x3 | 7 | %1 |
| ehrecvr.exe | 0x3 | 7 | TV tuner encountered an error. (0x%2) %1 |
| ehsched.exe | 0x3 | 7 | Successfully setup event logging. |
| findstr.exe | 0x3 | 78.110 | Searches for strings in files.
FINDSTR [/B] [/E] [/L] [/R] [/S] [/I] [/X] [/V] [/N] [/M] [/O] [/P] [/F:file]
[/C:string] [/G:file] [/D:dir list] [/A:color attributes] [/OFF[LINE]]
strings [[drive:][path]filename[ ...]]
/B Matches pattern if at the beginning of a line.
/E Matches pattern if at the end of a line.
/L Uses search strings literally.
/R Uses search strings as regular expressions.
/S Searches for matching files in the current directory and all
subdirectories.
/I Specifies that the search is not to be case-sensitive.
/X Prints lines that match exactly.
/V Prints only lines that do not contain a match.
/N Prints the line number before each line that matches.
/M Prints only the filename if a file contains a match.
/O Prints character offset before each matching line.
/P Skip files with non-printable characters.
/OFF[LINE] Do not skip files with offline attribute set.
/A:attr Specifies color attribute with two hex digits. See "color /?"
/F:file Reads file list from the specified file(/ stands for console).
/C:string Uses specified string as a literal search string.
/G:file Gets search strings from the specified file(/ stands for console).
/D:dir Search a semicolon delimited list of directories
strings Text to be searched for.
[drive:][path]filename
Specifies a file or files to search.
Use spaces to separate multiple search strings unless the argument is prefixed
with /C. For example, 'FINDSTR "hello there" x.y' searches for "hello" or
"there" in file x.y. 'FINDSTR /C:"hello there" x.y' searches for
"hello there" in file x.y.
Regular expression quick reference:
. Wildcard: any character
* Repeat: zero or more occurrences of previous character or class
^ Line position: beginning of line
$ Line position: end of line
[class] Character class: any one character in set
[^class] Inverse class: any one character not in set
[x-y] Range: any characters within the specified range
\x Escape: literal use of metacharacter x
\ |
| findstr.exe | 0x3 | 11 | Searches for strings in files.
FINDSTR [/B] [/E] [/L] [/R] [/S] [/I] [/X] [/V] [/N] [/M] [/O] [/P] [/F:file]
[/C:string] [/G:file] [/D:dir list] [/A:color attributes] [/OFF[LINE]]
strings [[drive:][path]filename[ ...]]
/B Matches pattern if at the beginning of a line.
/E Matches pattern if at the end of a line.
/L Uses search strings literally.
/R Uses search strings as regular expressions.
/S Searches for matching files in the current directory and all
subdirectories.
/I Specifies that the search is not to be case-sensitive.
/X Prints lines that match exactly.
/V Prints only lines that do not contain a match.
/N Prints the line number before each line that matches.
/M Prints only the filename if a file contains a match.
/O Prints character offset before each matching line.
/P Skip files with non-printable characters.
/OFF[LINE] Do not skip files with offline attribute set.
/A:attr Specifies color attribute with two hex digits. See "color /?"
/F:file Reads file list from the specified file(/ stands for console).
/C:string Uses specified string as a literal search string.
/G:file Gets search strings from the specified file(/ stands for console).
/D:dir Search a semicolon delimited list of directories
/Q:qflags Quiet mode flags:
u Suppress warning about unsupported Unicode formats
strings Text to be searched for.
[drive:][path]filename
Specifies a file or files to search.
Use spaces to separate multiple search strings unless the argument is prefixed
with /C. For example, 'FINDSTR "hello there" x.y' searches for "hello" or
"there" in file x.y. 'FINDSTR /C:"hello there" x.y' searches for
"hello there" in file x.y.
Regular expression quick reference:
. Wildcard: any character
* Repeat: zero or more occurrences of previous character or class
^ Line position: beginning of line
$ Line position: end of line
[class] Character class: any one character in set
[^class] Inverse class: any one character not in set
[x-y] Range: any characters within the specified range
\x Escape: literal use of metacharacter x
\ |
| finger.exe | 0x3 | 78.1 | poll failed |
| fltmgr.sys | 0x3 | 1011 | Filter Manager failed to attach to volume '%3'. This volume will be unavailable for filtering until a reboot. The final status was %1. |
| fontview.exe | 0x3 | 78.11011 | There is not enough free memory for this operation. |
| ftp.exe | 0x3 | 78.1 | poll failed |
| hostname.exe | 0x3 | 78.1 | poll failed |
| hvloader.dll | 0x3 | 11 | Hypervisor Eventlog for global system events could not be created! |
| hvservice.sys | 0x3 | 10 | Hypervisor Eventlog for global system events could not be created! |
| kernel32.dll | 0x3 | 78.11011 | The system cannot find the path specified. |
| microsoft-windows-hal-events.dll | 0x3 | 1011 | Initialization of the High Precision Event Timer failed due to an interrupt configuration problem. The operating system will use another available platform timer in lieu of the High Precision Event Timer. It may be possible to address this problem with an updated system BIOS. Contact your system vendor for technical assistance. Initialization status: %1. |
| microsoft-windows-kernel-processor-power-events.dll | 0x3 | 1011 | Throttle power management features on processor %1 are disabled due to a firmware problem. Check with the computer manufacturer for updated firmware. |
| mispace.dll | 0x3 | 1011 | Data and parity information are striped across physical disks, increasing reliability, but somewhat reducing capacity and performance. To protect against a single disk failure, use at least three disks; to protect against two disk failures, use at least seven disks. |
| mispace.dll | 0x3 | 8.1 | Data and parity information are striped across physical disks, increasing reliability, but somewhat reducing capacity. This storage layout requires at least three disks to protect you from a single disk failure and at least seven disks to protect you from two disk failures. |
| mountvol.exe | 0x3 | 78.11011 | path Specifies the existing NTFS directory where the mount point will reside. VolumeName Specifies the volume name that is the target of the mount point. /D Removes the volume mount point from the specified directory. /L Lists the mounted volume name for the specified directory. /P Removes the volume mount point from the specified directory, dismounts the volume, and makes the volume not mountable. You can make the volume mountable again by creating a volume mount point. /R Removes volume mount point directories and registry settings for volumes that are no longer in the system. /N Disables automatic mounting of new volumes. /E Re-enables automatic mounting of new volumes. |
| msaudite.dll | 0x3 | 78.11011 | Object Access |
| msprivs.dll | 0x3 | 78.11011 | Replace a process level token |
| msra.exe | 0x3 | 78.11011 | Application will terminate, a critical error was detected in %1 Line %2 Function %3 |
| napipsec.dll | 0x3 | 78.1 | NAP IPSec Relying Party has added IPSec policy to the machine. |
| netcfg.exe | 0x3 | 1011 | Trying to uninstall %1 ... |
| netdacim.dll | 0x3 | 8.11011 | Disabling manual site selection for DirectAccess connectivity |
| netnccim.dll | 0x3 | 8.11011 | Disabling manual site selection for DirectAccess connectivity |
| netttcim.dll | 0x3 | 8.11011 | Disabling manual site selection for DirectAccess connectivity |
| nslookup.exe | 0x3 | 78.11011 | Non-authoritative answer: |
| ntdll.dll | 0x3 | 78.11011 | STATUS_WAIT_3 |
| powershell.exe | 0x3 | 78.11011 | Version %1!ls! of the .NET Framework is not installed and it is required to run version %2!ls! of Windows PowerShell. |
| pwrshmsg.dll | 0x3 | 78.11011 | Provider Health |
| reagentc.exe | 0x3 | 1011 | Configures the Windows Recovery Environment (Windows RE) and system reset.
%1 |
| reagentc.exe | 0x3 | 7 | Configures the Windows Recovery Environment (RE).
%1 [options]
where the following operations can be specified:
/setreimage /path |
| reagentc.exe | 0x3 | 8.1 | Configures the Windows Recovery Environment (Windows RE) and system reset.
%1 |
| rekeywiz.exe | 0x3 | 78.11011 | Encrypting File System could not automatically select a certificate. Click on Select certificate to select one, or choose to create a new certificate. |
| sc.exe | 0x3 | 1011 | DESCRIPTION:
Modifies a service entry in the registry and Service Database.
USAGE:
sc |
| sc.exe | 0x3 | 7 | DESCRIPTION:
Modifies a service entry in the registry and Service Database.
USAGE:
sc |
| sc.exe | 0x3 | 8.1 | DESCRIPTION:
Modifies a service entry in the registry and Service Database.
USAGE:
sc |
| sstpsvc.dll | 0x3 | 1011 | CoId=%1:The HTTP response received from the server-side Secure Socket Tunneling Protocol (SSTP) either does not have the version information or the version is not supported. The HTTP version information received is logged in the data section below. The HTTP response from the SSTP server must contain the version header and the version must be 1.1. |
| storagewmi.dll | 0x3 | 8.11011 | The operation failed with return code %1!u! |
| tquery.dll | 0x3 | 78.11011 | Gatherer |
| w32time.dll | 0x3 | 1011 | The time provider '%1' logged the following message: %2 |
| webservices.dll | 0x3 | 78.11011 | A type description may not be specified for WS_TYPE value '%1'. |
| wecutil.exe | 0x3 | 78.11011 | Failed to open config file: %1!s!. |
| wevtapi.dll | 0x3 | 78.11011 | Printers |
| wevtutil.exe | 0x3 | 78.11011 | Failed to initialize COM. |
| wfascim.dll | 0x3 | 1011 | At least one server or domain name must be specified. |
| whealogr.dll | 0x3 | 71011 | A hardware event has occurred. An informational record describing the condition is contained in the data section of this event. |
| winbio.dll | 0x3 | 8.11011 | Position your finger more to the right on the fingerprint reader. |
| winsrv.dll | 0x3 | 78.11011 | Windows |
| winsrvext.dll | 0x3 | 11 | Windows |
| xwizards.dll | 0x3 | 78.11011 | Usage:
xwizard ProcessXMLFile [/u] [/m] |
| 80 entries | |||