Sha256: 465da1222b56f4d92c2804411c77d218108f8fafc2c913e7d4370865181a688d
Contents?: true
Size: 347 Bytes
Versions: 17
Compression:
Stored size: 347 Bytes
Contents
#ifndef __INTERPROCESS_H_ #define __INTERPROCESS_H_ #define COPYDATA_INTERPROCESSMESSAGE 100 #define EVENTNAME_PREFIX L".Intent" namespace rho { struct InterprocessMessage { char params[1024]; char appName[1024]; }; // void waitIntentEvent(const rho::String& appName); // bool createIntentEvent(); // void fireIntentEvent(); } #endif
Version data entries
17 entries across 17 versions & 2 rubygems