__in_opt

_In_opt_:輸入參數, 返回後不會改變其值

__in:輸入參數; __out:輸出參數 ;__in_opt:可選的輸入參數。
實例:
MessageBox(
__in_opt HWND hWnd,
__in_opt LPCWSTR lpText,
__in_opt LPCWSTR lpCaption,
_in UINT uType
);

相關詞條

熱門詞條

聯絡我們