|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Definition at line 560 of file bcd.c.
Referenced by BmPurgeOption().
| NTSTATUS BcdEnumerateAndUnpackElements | ( | _In_ HANDLE | BcdHandle, |
| _In_ HANDLE | ObjectHandle, | ||
| _Out_opt_ PBCD_ELEMENT | Elements, | ||
| _Inout_ PULONG | ElementSize, | ||
| _Out_ PULONG | ElementCount | ||
| ) |
Definition at line 1241 of file bcd.c.
Referenced by BmGetOptionList().
Definition at line 506 of file bcd.c.
Referenced by BiEnumerateSubElements(), BmGetEntryDescription(), BmGetOptionList(), and BmPurgeOption().
| NTSTATUS BcdOpenStoreFromFile | ( | _In_ PUNICODE_STRING | FileName, |
| _In_ PHANDLE | BcdHandle | ||
| ) |
Definition at line 1322 of file bcd.c.
Referenced by BmOpenDataStore().
| NTSTATUS BiAddStoreFromFile | ( | _In_ PBL_FILE_PATH_DESCRIPTOR | FilePath, |
| _Out_ PHANDLE | StoreHandle | ||
| ) |
Definition at line 1143 of file bcd.c.
Referenced by BcdOpenStoreFromFile().
| NTSTATUS BiConvertBcdElements | ( | _In_ PBCD_PACKED_ELEMENT | Elements, |
| _Out_opt_ PBCD_ELEMENT | Buffer, | ||
| _Inout_ PULONG | BufferSize, | ||
| _Inout_ PULONG | ElementCount | ||
| ) |
Definition at line 350 of file bcd.c.
Referenced by BcdEnumerateAndUnpackElements().
Definition at line 31 of file bcd.c.
Referenced by BiEnumerateElements().
| NTSTATUS BiConvertRegistryDataToElement | ( | _In_ HANDLE | ObjectHandle, |
| _In_ PVOID | Data, | ||
| _In_ ULONG | DataLength, | ||
| _In_ BcdElementType | ElementType, | ||
| _Out_ PVOID | Element, | ||
| _Out_ PULONG | ElementSize | ||
| ) |
Definition at line 52 of file bcd.c.
Referenced by BiEnumerateElements().
| NTSTATUS BiEnumerateElements | ( | _In_ HANDLE | BcdHandle, |
| _In_ HANDLE | ObjectHandle, | ||
| _In_ ULONG | RootElementType, | ||
| _In_ ULONG | Flags, | ||
| _Out_opt_ PBCD_PACKED_ELEMENT | Elements, | ||
| _Inout_ PULONG | ElementSize, | ||
| _Out_ PULONG | ElementCount | ||
| ) |
Definition at line 804 of file bcd.c.
Referenced by BcdEnumerateAndUnpackElements(), and BiEnumerateSubElements().
| NTSTATUS BiEnumerateSubElements | ( | _In_ HANDLE | BcdHandle, |
| _In_ PVOID | Object, | ||
| _In_ ULONG | ElementType, | ||
| _In_ ULONG | Flags, | ||
| _Out_opt_ PBCD_PACKED_ELEMENT * | Elements, | ||
| _Inout_ PULONG | ElementSize, | ||
| _Out_ PULONG | ElementCount | ||
| ) |
Definition at line 620 of file bcd.c.
Referenced by BiEnumerateElements(), and BiEnumerateSubObjectElements().
| NTSTATUS BiEnumerateSubObjectElements | ( | _In_ HANDLE | BcdHandle, |
| _Out_ PGUID | SubObjectList, | ||
| _In_ ULONG | SubObjectCount, | ||
| _In_ ULONG | Flags, | ||
| _Out_opt_ PBCD_PACKED_ELEMENT | Elements, | ||
| _Inout_ PULONG | ElementSize, | ||
| _Out_ PULONG | ElementCount | ||
| ) |
Definition at line 688 of file bcd.c.
Referenced by BiEnumerateElements().
| NTSTATUS BiGetObjectDescription | ( | _In_ HANDLE | ObjectHandle, |
| _Out_ PBCD_OBJECT_DESCRIPTION | Description | ||
| ) |
Definition at line 1178 of file bcd.c.
Referenced by BmGetEntryDescription().
| VOID BiNotifyEnumerationError | ( | _In_ HANDLE | ObjectHandle, |
| _In_ PWCHAR | ElementName, | ||
| _In_ NTSTATUS | Status | ||
| ) |
Definition at line 17 of file bcd.c.
Referenced by BiEnumerateElements().