CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
stype_suid.h
1#pragma once
2
3#include "cx/cx.h"
4
5intptr stCmp_suid(stype st, stgeneric stgen1, stgeneric stgen2, uint32 flags);
6_Success_(return) _Check_return_
7bool stConvert_suid(stype destst, _stCopyDest_Anno_(destst) stgeneric * dest, stype srcst, _In_ stgeneric src, uint32 flags);