Re: "const void * const"
- From: "Microsoft" <rich44@xxxxxxxxx>
- Date: Fri, 2 Sep 2005 11:11:34 -0500
SNIP
>
> In your code, no functions are called, and no function call operators
> are present. The article you quote does not mention expressions either.
> --
This is the correct URL
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclang/html/_pluslang_Postfix_Expressions.asp
The last ( ) enclosure would be the function-call-operator in the following
typedef.
typedef LRESULT (* LPCFUNCTION) ( void * const, const void * const, ... );
It is defining a substitution function-prototype to be used in a "type
conversion".
I THINK
Respectfully,
Richard
.
- Follow-Ups:
- Re: "const void * const"
- From: Igor Tandetnik
- Re: "const void * const"
- References:
- "const void * const"
- From: Microsoft
- Re: "const void * const"
- From: Igor Tandetnik
- Re: "const void * const"
- From: Microsoft
- Re: "const void * const"
- From: Igor Tandetnik
- Re: "const void * const"
- From: Microsoft
- Re: "const void * const"
- From: Igor Tandetnik
- Re: "const void * const"
- From: Microsoft
- Re: "const void * const"
- From: Igor Tandetnik
- "const void * const"
- Prev by Date: Re: "const void * const"
- Next by Date: Re: "const void * const"
- Previous by thread: Re: "const void * const"
- Next by thread: Re: "const void * const"
- Index(es):
Relevant Pages
|