Trinominal
April 26th, 2009, 04:51 AM
Hi,
In some of the API methods in C#, there is a section in the help which states the following:
"This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only. "
Are you aware of any bad consequences which might occur to a developer using these API methods anyway?
Beside the fact that Microsift might not be responsible to support this API methods, and might even remove them from the API in future versions, are there any other kind of bad consequences which might occur (e.g., the code might not work properly in certain environemnts/terms, or there might be legal problems in using these methods)?
Thanks
In some of the API methods in C#, there is a section in the help which states the following:
"This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only. "
Are you aware of any bad consequences which might occur to a developer using these API methods anyway?
Beside the fact that Microsift might not be responsible to support this API methods, and might even remove them from the API in future versions, are there any other kind of bad consequences which might occur (e.g., the code might not work properly in certain environemnts/terms, or there might be legal problems in using these methods)?
Thanks