다음을 통해 공유


DBCONTENT 구조체(cmdtree.h)

참고

인덱싱 서비스는 Windows XP를 기준으로 더 이상 지원되지 않으며 Windows 8을 기준으로 사용할 수 없습니다. 대신 클라이언트 쪽 검색에 Windows Search 를 사용하고 서버 쪽 검색에 Microsoft Search Server Express 를 사용합니다.

DBCONTENT 구조체는 DBOP_content 연산자에 필요한 특정 정보를 나타냅니다.

구문

typedef struct tagDBCONTENT {
  LPOLESTR pwszPhrase;
  DWORD    dwGenerateMethod;
  LONG     lWeight;
  LCID     lcid;
} DBCONTENT;

멤버

pwszPhrase

text

dwGenerateMethod

exact, prefix, stemmed

lWeight

노드의 가중치

lcid

locale

설명

dwGenerateMethod 멤버의 유효한 값은 메서드 상수 생성을 참조하세요.

DBOP_content 연산자에 대한 자세한 내용은 콘텐츠 검색 연산자를 참조하세요.

요구 사항

   
지원되는 최소 클라이언트 Windows 2000 Professional[데스크톱 앱만]
지원되는 최소 서버 Windows 2000 Server[데스크톱 앱만]
머리글 cmdtree.h