Home
last modified time | relevance | path

Searched refs:FC_STRUCTPAD2 (Results 1 – 3 of 3) sorted by relevance

/reactos/sdk/include/psdk/
H A Dndrtypes.h211 FC_STRUCTPAD2, /* 0x3e */ enumerator
/reactos/dll/win32/rpcrt4/
H A Dndr_marshall.c2960 case FC_STRUCTPAD2: in ComplexMarshall()
3129 case FC_STRUCTPAD2: in ComplexUnmarshall()
3263 case FC_STRUCTPAD2: in ComplexBufferSize()
3365 case FC_STRUCTPAD2: in ComplexFree()
3496 case FC_STRUCTPAD2: in ComplexStructMemorySize()
3574 case FC_STRUCTPAD2: in ComplexStructSize()
/reactos/sdk/tools/widl/
H A Dtypegen.c158 case FC_STRUCTPAD2: return "FC_STRUCTPAD2"; in string_of_type()