cef_thread_t.get_platform_thread_id

Returns the platform thread ID. It will return the same value after stop() is called. This function is safe to call from any thread.

struct cef_thread_t
extern (System)
cef_platform_thread_id_t function(cef_thread_t* self) nothrow get_platform_thread_id;

Meta