GitHub
Download
Forum
Overview
Tutorial
C++ API
General interfaces
Data interfaces
UDomain
UStorage
AbortActionGroup
AddClass
ClassAddRef
ClassAddRefById
ClassRelease
ClassReleaseById
Close
Create
CreateActionGroup
CreateWaitObject
DestroyActionGroup
DestroyWaitObject
Execute
ExecuteAsync
ExecuteResult
ExecuteWait
GetLastError
GetSchema
InsertExternLink
InsertNamedLink
InsertNamedObject
Load
Open
RegisterEventClient
RemoveExternLink
RemoveNamedLink
RemoveNamedObject
ResetActionGroup
SetLastError
SetSchema
Store
UnregisterEventClient
Update
WaitableHandle
UObject
UList
UBitFlagSet
UBitFlagSetSingle
WDomain
WObject
IEventClient
Schema interfaces
Configuration interfaces
Callback interfaces
Structures
Error codes
DataAccess interfaces
C# API
WinRT API
DTDL
DADL
Setup
UStorage::GetLastError
Returns the last error object and value that occurred when reading or writing.
Syntax
void
GetLastError(
[out]
ObjectId
*
p_poiObjectId,
[out]
HRESULT
*
p_phrLastError
);
Parameter
p_poiObjectId
[out]
Type:
ObjectId*
Pointer to a buffer that receives the ObjectId of the last object that caused an error.
p_phrLastError
[out]
Type:
HRESULT*
Pointer to a buffer that receives the error code of the last error.
Return value
This function has no return value.
© 2025 Mobiland AG