Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 라디오
- Java
- CDMA
- 위피
- 유희열의라디오천국
- itmusic
- 그녀가말했다
- 페이스북
- 김장훈의who
- 이지형
- 민동현
- 한국의 기획자들
- 사요
- 공정위
- 차트쇼쇼쇼
- EV-DO Rev. B
- Wibro
- 민동현의토요명화
- ETF
- 퀄컴
- 김장훈
- VoIP
- HSDPA
- 자바
- SWT
- brew
- 모던음악만만세
- "명탐정 코난"
- USIM
- 러시아
Archives
- Today
- Total
02-23 14:18
zyint's blog
::SetId 본문
ISpObjectToken::SetId
sets the CategoryId for object token.
HRESULT SetId(
LPCWSTR *pszCategoryId,
LPCWSTR *pszTokenId,
BOOL fCreateIfNotExist
);
파라미터
- pszCategoryId
[in] The null-terminated string name of category to set. - pszTokenId
[in] The null-terminated string name of token to set. - fCreateIfNotExist[in] A Boolean indicating the object is to be created if not currently existing. TRUE allows the creation; FALSE does not.
반환 값
Value | Description |
---|---|
S_OK | Function completed successfully. |
SPERR_ALREADY_INITIALIZED | Category interface is already initialized. |
SPERR_TOKEN_DELETED | Key has been deleted. |
E_INVALIDARG | Either pszCategoryId and/or pszTokenId is invalid or bad. |
FAILED(hr) | Appropriate error message. |
참고자료
http://msdn.microsoft.com/en-us/library/ms718352(VS.85).aspx
이 글은 스프링노트에서 작성되었습니다.
Comments