ATTR_TP_THREAD_SECURITY
Data Type: | SECURITY_ATTRIBUTES * |
Description: | This attribute specifies the security attributes for threads in the thread pool. The security attributes are applied to each thread when it is created. You can use the security attributes to specify that a thread handle can be inherited by child processes. Pass NULL to specify that child processes cannot inherit thread handles and to use the default security for the threads. The SECURITY_ATTRIBUTES structure is defined in windows.h. Include windows.h in your source files that use this SECURITY_ATTRIBUTES structure. Refer to www.msdn.com for more information about the contents of the SECURITY_ATTRIBUTES structure. You cannot set this attribute after the first thread in the pool has been created by a call to CmtScheduleThreadPoolFunction, CmtScheduleThreadPoolFunctionAdv, or CmtPreAllocThreadPoolThreads. |
LabWindows/CVI Compatibility: |
LabWindows/CVI 5.5 and later |