1 2 3 4 5 6 7
#pragma once #include <wtypes.h> class FlashDispInterface { public: virtual BSTR ExternalInterface_call(BSTR xml) = 0; };