HomeSort by relevance Sort by last modified time
    Searched full:get_incominglimit (Results 1 - 1 of 1) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cdoexm.h 196 virtual HRESULT WINAPI get_IncomingLimit(__LONG32 *pIncomingLimit) = 0;
234 HRESULT (WINAPI *get_IncomingLimit)(IMailRecipient *This,__LONG32 *pIncomingLimit);
274 #define IMailRecipient_get_IncomingLimit(This,pIncomingLimit) (This)->lpVtbl->get_IncomingLimit(This,pIncomingLimit)
    [all...]

Completed in 53 milliseconds