Search

Help

Page 52 of 54. Showing 537 results (0.013 seconds)

  1. HTTPFilterBufferAddData

    engineapi apifunction
    WinGate SDKNov 11, 2015
  2. HTTPFilterBufferRemoveData

    the buffer successfully then the return value is true. Otherwise false. None None HTTPFilterBufferAddData engineapi apifunction
    WinGate SDKNov 11, 2015
  3. NotificationReport

    apifunction engineapi…
    WinGate SDKMay 31, 2016
  4. RegisterComponent

    return RegisterComponent(hModule, &ourComponent); } ComponentEntry HostModuleHandle apifunction uiapi engineapi…
    WinGate SDKJun 19, 2015
  5. RegisterInterface

    by other components. COMPONENT_ERR_SUCCESS means successful registration. Any other result means an error occurred. None None RegisterComponent apifunction uiapi…
    WinGate SDKJun 19, 2015
  6. EventProcessEvent

    ( EventContextHandle& Event ); The EventContextHandle object that contains all the information about the event. None None None EventContextHandle apifunction engineapi…
    WinGate SDKSep 10, 2015
  7. CommsConnect

    ; } // Assume this is UI code int Start(ComponentEntry* Entry) { CommsConnect(&myComponent,MY_COMPONENT_ENGINE_UUID); return 0; } ComponentCommunicationsInterface apifunction
    WinGate SDKAug 07, 2015
  8. CommsSend

    the Recv callback of your ComponentCommunicationsInterface interface. None ComponentCommunicationsInterface UI/Engine communication apifunction uiapi engineapi…
    WinGate SDKAug 10, 2015
  9. CommsDisconnect

    need to close a connection whilst your component is active. None CommsConnect HostCommunicationsInterface apifunction uiapi engineapi…
    WinGate SDKAug 07, 2015
  10. CommsQueryConnection

    (NULL, COMMS_PARAM_SERVERMACHINENAME, szServer, &dwLen) { std::wcout << L"I am connected to " << szServer << std::endl; } HostCommunicationsInterface apifunction uiapi…
    WinGate SDKAug 10, 2015