HomeSort by relevance Sort by last modified time
    Searched refs:pProp (Results 1 - 6 of 6) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sql_1.h 40 void AddProperty(LPWSTR pProp);
vsprov.h 180 STDMETHOD_(HRESULT,GetSnapshotProperties)(THIS_ VSS_ID SnapshotId,VSS_SNAPSHOT_PROP *pProp) PURE;
197 #define IVssSoftwareSnapshotProvider_GetSnapshotProperties(This,SnapshotId,pProp) (This)->lpVtbl->GetSnapshotProperties(This,SnapshotId,pProp)
vsbackup.h 79 VSS_SNAPSHOT_PROP *pProp
84 VSS_SNAPSHOT_PROP *pProp
85 ){VssFreeSnapshotPropertiesInternal(pProp);}
160 STDMETHOD_(HRESULT,GetSnapshotProperties)(THIS_ VSS_ID SnapshotId,VSS_SNAPSHOT_PROP *pProp) PURE;
215 #define IVssBackupComponents_GetSnapshotProperties(This,SnapshotId,pProp) (This)->lpVtbl->GetSnapshotProperties(This,SnapshotId,pProp)
283 STDMETHOD_(HRESULT,GetSnapshotProperties)(THIS_ VSS_ID SnapshotId,VSS_SNAPSHOT_PROP *pProp) PURE;
342 #define IVssBackupComponentsEx_GetSnapshotProperties(This,SnapshotId,pProp) (This)->lpVtbl->GetSnapshotProperties(This,SnapshotId,pProp)
    [all...]
msctf.h     [all...]
  /external/pdfium/xfa/fxfa/parser/
cxfa_resolveprocessor.cpp 347 CXFA_Node* pProp = nullptr;
353 pProp = pInstanceManager->GetProperty(0, XFA_Element::Occur, true);
358 pProp = curNode->AsNode()->GetProperty(0, eType,
362 if (pProp) {
363 nodes.Add(pProp);
  /external/mesa3d/src/glx/
glxcmds.c     [all...]

Completed in 221 milliseconds