Home
last modified time | relevance | path

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

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