Debugging Tools for Windows |
The FSRTL_EXTRA_CREATE_PARAMETER_VIOLATION bug check has a value of 0x0000010C. This indicates that a violation was detected in the File system Run-time library (FsRtl) Extra Create Parameter (ECP) package.
The following parameters are displayed on the blue screen.
Parameter | Description |
---|---|
1 | The type of violation. (See the following table later on this page for more details). |
2 | 0 |
3 | The address of the ECP. |
4 | The starting address of the ECP list. |
The value of Parameter 1 indicates the type of violation.
Parameter 1 | Type of Violation |
---|---|
0x1 | The ECP signature is invalid, due to either a bad pointer or memory corruption. |
0x2 | The ECP has undefined flags set. |
0x3 | The ECP was not allocated by the FsRtl. |
0x4 | The ECP has flags set that are illegal for a parameter passed by a create caller. |
0x5 | The ECP is corrupted; its size is smaller than the header size. |
0x6 | The ECP that is being freed has non-empty list pointers; it might still be part of an ECP list. |
0x11 | The ECP list signature is invalid, due to either a bad pointer or memory corruption. |
0x12 | The ECP list has undefined flags set. |
0x13 | The ECP list was not allocated by the FsRtl. |
0x14 | The ECP list has flags set that are illegal for a parameter list passed by a create caller. |
0x15 | The ECP list passed by the create caller is empty. |