refCountInit
fn
void refCountInit(ref int rc)Initializes a reference count variable to 1.
Parameters
rc | the address of a reference count variable |
void refCountInit(ref int rc)Initializes a reference count variable to 1.
rc | the address of a reference count variable |