HomeSort by relevance Sort by last modified time
    Searched defs:SetCaption (Results 1 - 4 of 4) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_sysaudio.h 62 void (*SetCaption)(_THIS, const char *caption);
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_sysvideo.h 203 void (*SetCaption)(_THIS, const char *title, const char *icon);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
amvideo.h 688 virtual HRESULT STDMETHODCALLTYPE SetCaption(
774 HRESULT (STDMETHODCALLTYPE *SetCaption)(
812 #define IFullScreenVideo_SetCaption(This,strCaption) (This)->lpVtbl->SetCaption(This,strCaption)
870 return This->lpVtbl->SetCaption(This,strCaption);
    [all...]
agtsvr.h 386 virtual HRESULT WINAPI SetCaption(BSTR bszCaption) = 0;
410 HRESULT (WINAPI *SetCaption)(IAgentCommand *This,BSTR bszCaption);
436 #define IAgentCommand_SetCaption(This,bszCaption) (This)->lpVtbl->SetCaption(This,bszCaption)
501 HRESULT (WINAPI *SetCaption)(IAgentCommandEx *This,BSTR bszCaption);
531 #define IAgentCommandEx_SetCaption(This,bszCaption) (This)->lpVtbl->SetCaption(This,bszCaption)
568 virtual HRESULT WINAPI SetCaption(BSTR bszCaption) = 0;
591 HRESULT (WINAPI *SetCaption)(IAgentCommands *This,BSTR bszCaption);
    [all...]

Completed in 702 milliseconds