Searched refs:get_LocalUserName (Results 1 - 2 of 2) sorted by relevance
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/ |
H A D | rtccore.h | 956 virtual HRESULT WINAPI get_LocalUserName(BSTR *pbstrUserName) = 0; 1005 HRESULT (WINAPI *get_LocalUserName)(IRTCClient *This,BSTR *pbstrUserName); member in struct:IRTCClientVtbl 1056 #define IRTCClient_get_LocalUserName(This,pbstrUserName) (This)->lpVtbl->get_LocalUserName(This,pbstrUserName) 1212 HRESULT (WINAPI *get_LocalUserName)(IRTCClient2 *This,BSTR *pbstrUserName); member in struct:IRTCClient2Vtbl 1276 #define IRTCClient2_get_LocalUserName(This,pbstrUserName) (This)->lpVtbl->get_LocalUserName(This,pbstrUserName)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
H A D | rtccore.h | 956 virtual HRESULT WINAPI get_LocalUserName(BSTR *pbstrUserName) = 0; 1005 HRESULT (WINAPI *get_LocalUserName)(IRTCClient *This,BSTR *pbstrUserName); member in struct:IRTCClientVtbl 1056 #define IRTCClient_get_LocalUserName(This,pbstrUserName) (This)->lpVtbl->get_LocalUserName(This,pbstrUserName) 1212 HRESULT (WINAPI *get_LocalUserName)(IRTCClient2 *This,BSTR *pbstrUserName); member in struct:IRTCClient2Vtbl 1276 #define IRTCClient2_get_LocalUserName(This,pbstrUserName) (This)->lpVtbl->get_LocalUserName(This,pbstrUserName)
|
Completed in 69 milliseconds