Home
last modified time | relevance | path

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

/RevoEX-2.3/include/revolution/nwc24/
DNWC24Types.h172 typedef enum NWC24MIMEType enum
186 } NWC24MIMEType; typedef
DNWC24Msg.h321 NWC24Err NWC24SetMsgAttached ( NWC24MsgObj* obj, const char* data, u32 size, NWC24MIMEType t…
340 NWC24Err NWC24GetMsgAttachedType( const NWC24MsgObj* obj, u32 index, NWC24MIMEType* type );
/RevoEX-2.3/build/demos/nwc24demo/src/MsgPrint/
DMsgPrint.c507 NWC24MIMEType fileType; in ViewAttachment()