User meta data container
Macros | |
| #define | NT_NET_GET_USER_META_ARG0(_hNetBuf_) |
| Returns the meta data arg0 uintptr_t value. More... | |
| #define | NT_NET_GET_USER_META_ARG1(_hNetBuf_) |
| Returns the meta data arg1 uintptr_t value. More... | |
| #define | NT_NET_GET_USER_META_ARG2(_hNetBuf_) |
| Returns the meta data arg2 uintptr_t value. More... | |
| #define | NT_NET_SET_USER_META_ARG0(_hNetBuf_, value) |
| Set the meta data arg0 uintptr_t value. More... | |
| #define | NT_NET_SET_USER_META_ARG1(_hNetBuf_, value) |
| Set the meta data arg1 uintptr_t value. More... | |
| #define | NT_NET_SET_USER_META_ARG2(_hNetBuf_, value) |
| Set the meta data arg2 uintptr_t value. More... | |
Detailed Description
The following macros get and set user defined meta data. Use these fields as house-keeping storage. No NTAPI function use these meta containers for anything.
Macro Definition Documentation
| #define NT_NET_GET_USER_META_ARG0 | ( | _hNetBuf_ | ) |
Returns the meta data arg0 uintptr_t value.
- Parameters
-
[in] _hNetBuf_ NetBuf pointer
Definition at line 1821 of file stream_net.h.
| #define NT_NET_GET_USER_META_ARG1 | ( | _hNetBuf_ | ) |
Returns the meta data arg1 uintptr_t value.
- Parameters
-
[in] _hNetBuf_ NetBuf pointer
Definition at line 1828 of file stream_net.h.
| #define NT_NET_GET_USER_META_ARG2 | ( | _hNetBuf_ | ) |
Returns the meta data arg2 uintptr_t value.
- Parameters
-
[in] _hNetBuf_ NetBuf pointer
Definition at line 1835 of file stream_net.h.
| #define NT_NET_SET_USER_META_ARG0 | ( | _hNetBuf_, | |
| value | |||
| ) |
Set the meta data arg0 uintptr_t value.
- Parameters
-
[in] _hNetBuf_ NetBuf pointer [in] value An uintptr_t sized value
Definition at line 1843 of file stream_net.h.
| #define NT_NET_SET_USER_META_ARG1 | ( | _hNetBuf_, | |
| value | |||
| ) |
Set the meta data arg1 uintptr_t value.
- Parameters
-
[in] _hNetBuf_ NetBuf pointer [in] value An uintptr_t sized value
Definition at line 1851 of file stream_net.h.
| #define NT_NET_SET_USER_META_ARG2 | ( | _hNetBuf_, | |
| value | |||
| ) |
Set the meta data arg2 uintptr_t value.
- Parameters
-
[in] _hNetBuf_ NetBuf pointer [in] value An uintptr_t sized value
Definition at line 1859 of file stream_net.h.