Xpace
result_c.h
Go to the documentation of this file.
1 
2 
3 /**********************************************************//**
4  **
5  ** @file result/hdr/result_c.h
6  **
7  ** Copyright (C) 2012 Xpace, LLC. All rights reserved.
8  **
9  ** www.xpace.net
10  **
11  **************************************************************/
12 
13 #ifndef XPACE_RESULT_C_H
14 #define XPACE_RESULT_C_H
15 
16 #include "base/c/types_c.h"
17 
19 {
22 };
23 
25 {
29  size_t oContent;
31 };
32 
33 XPACE_C_EXPORT(void) Xpace_Table_Result_Destroy
35 
36 #endif
unsigned char byte
Definition: types_c.h:41
XPACE_C_EXPORT(void) Xpace_Table_Result_Destroy(Xpace_Table_Result result)
unsigned int uint
Definition: types_c.h:42
Xpace_StoreAccess Xpace_Table * result
Definition: table_c.h:42
Xpace_Result_Page * pages
Definition: result_c.h:30

current as of Wed Jun 10 2026 12:00:05