Home | History | Annotate | Download | only in include

Lines Matching refs:pszPath

3664         LPCWSTR pszPath) = 0;
3667 LPCWSTR pszPath) = 0;
3734 LPCWSTR pszPath);
3738 LPCWSTR pszPath);
3762 #define IPropertySystem_RegisterPropertySchema(This,pszPath) (This)->lpVtbl->RegisterPropertySchema(This,pszPath)
3763 #define IPropertySystem_UnregisterPropertySchema(This,pszPath) (This)->lpVtbl->UnregisterPropertySchema(This,pszPath)
3795 static FORCEINLINE HRESULT IPropertySystem_RegisterPropertySchema(IPropertySystem* This,LPCWSTR pszPath) {
3796 return This->lpVtbl->RegisterPropertySchema(This,pszPath);
3798 static FORCEINLINE HRESULT IPropertySystem_UnregisterPropertySchema(IPropertySystem* This,LPCWSTR pszPath) {
3799 return This->lpVtbl->UnregisterPropertySchema(This,pszPath);
3874 LPCWSTR pszPath);
3882 LPCWSTR pszPath);