RtvdbSetDirectoryDisplayName
Syntax
DWORD RtvdbSetDirectoryDisplayName(
[in] RTVDB_DIRECTORY Directory,
[in] const wchar_t* pDisplayName
);
Parameters
[in] Directory
A handle of the directory to associate with the display name. To retrieve the corresponding handle, use RtvdbOpenDirectory or RtvdbOpenDatabase.
[in] pDisplayName
A pointer to the directory display name. The maximum name length is 63 characters, as defined by RTVDB_MAX_NAME_LENGTH in the header file.
Return Values
| Error code | Meaning |
|---|---|
|
ERROR_SUCCESS |
The function succeeded. |
|
ERROR_INVALID_PARAMETER |
One of the following conditions occurred:
|
|
ERROR_INVALID_HANDLE |
One of the following conditions occurred:
|
|
ERROR_ABANDONED_WAIT_0 |
Failed to acquire the synchronization lock. |
|
ERROR_NOT_READY |
The calling process has not called RtvdbInitialize. |
Requirements
| Minimum supported version | Header | Library |
|---|---|---|
|
wRTOS 1.1 SDK |
RtvdbApi.h |
RtvdbApi_W64.lib (Windows), RtvdbApi.lib (RTSS) |
See Also: