The name "Rtlp..." already says it: This is a private function only used internally by ntdll.
We neither export it, so you can't use it from outside ntdll as well.
 
Best regards,
 
Colin Finck
 


From: ros-dev-bounces@reactos.org [mailto:ros-dev-bounces@reactos.org] On Behalf Of Jack Yi
Sent: Friday, October 10, 2008 3:58 PM
To: ros-dev@reactos.org
Subject: [ros-dev] confused by "rtlpInitDeferedCriticalSection"

hi, guys!
How and when should I use this function(lib\rtl\critical.c, line 222) ?
In fact,I can not find such a fuction in the export table of ntdll(XP sp2).