Extra callbacks definitions.
More...
Extra callbacks definitions.
Callback definitions
◆ FreeApiCallbacksFunc
| typedef STATUS(* FreeApiCallbacksFunc) (PUINT64) |
Frees API callbacks.
- Parameters
-
| PUINT64 | Pointer to custom handle passed by the caller. |
- Returns
- STATUS code of the operations
◆ FreeAuthCallbacksFunc
| typedef STATUS(* FreeAuthCallbacksFunc) (PUINT64) |
Frees auth callbacks.
- Parameters
-
| PUINT64 | Pointer to custom handle passed by the caller. |
- Returns
- STATUS code of the operations
◆ FreePlatformCallbacksFunc
| typedef STATUS(* FreePlatformCallbacksFunc) (PUINT64) |
Frees platform callbacks.
- Parameters
-
| PUINT64 | Pointer to custom handle passed by the caller. |
- Returns
- STATUS code of the operations
◆ FreeProducerCallbacksFunc
| typedef STATUS(* FreeProducerCallbacksFunc) (PUINT64) |
Frees producer callbacks.
- Parameters
-
| PUINT64 | Pointer to custom handle passed by the caller. |
- Returns
- STATUS code of the operations
◆ FreeStreamCallbacksFunc
| typedef STATUS(* FreeStreamCallbacksFunc) (PUINT64) |
Frees stream callbacks.
- Parameters
-
| PUINT64 | Pointer to custom handle passed by the caller. |
- Returns
- STATUS code of the operations
◆ GetCredentialsFunc
Function returning AWS credentials.